elasticsearch-reindex icon indicating copy to clipboard operation
elasticsearch-reindex copied to clipboard

Reindex with the new mapping

Open ostojicmilica opened this issue 8 years ago • 2 comments

I changed template for mapping, and I want when I reindex to get indices with new mapping, is that possible with this plugin?

ostojicmilica avatar Mar 29 '16 14:03 ostojicmilica

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.

unsalted avatar Apr 07 '16 07:04 unsalted

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.

jwarkentin avatar Aug 02 '16 14:08 jwarkentin