Why is not possible to remove completly a mapping field ? (I would like to change a field type to boolean to string, I have removed this field, but I cannot change the mapping field type despite there is no data for this field :/)
I am using update_by_query for reindexing, because I want to stay on the same index.
reindex is fine for small indices, but I have 7x 20Go indices to update
I finally use reindex API, it took lot of time and ressources but it does the trick. Actually ES is not schema less at all and schema is immutable (apart add new fields).
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.