elasticsearch-reindex
elasticsearch-reindex copied to clipboard
Reindex with the new mapping
I changed template for mapping, and I want when I reindex to get indices with new mapping, is that possible with this plugin?
Don't know if it is related but the custom script solved this for me, I needed to add routing and parent when indexing a child document and this fixed the issue.
A custom script solves this. I've done it before. Just pass a script and use the -m true
option. Here is the relevant bit of documentation.