Reindex in place

ES reads the configured mappings only when the index is created. After
that, you can change the configured mappings all you want, but ES won't
reload them.

You need to PUT an updated set of mappings to an existing index. And to
repeat Client, ES will require that the updated mappings are consistent
with the existing mappings. For example, a field mapped as a string cannot
be changed to be mapped as number. But ES will tell you if the settings and
mappings are incompatible or not.

On Monday, April 1, 2013 7:51:10 AM UTC-4, James Cook wrote:

Please note that I am not changing my mapping files "on the fly", but
rather using ES config/mappings folder to load them.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.