If I add a few new fields in my index but are not currently being populated because our caching job hasn't been updated to match, will that break current inserts/updates on that index?
Edit: Basically added a few new "float" fields.
If I add a few new fields in my index but are not currently being populated because our caching job hasn't been updated to match, will that break current inserts/updates on that index?
Edit: Basically added a few new "float" fields.
If you have the mapping for the field, but there are no documents using it, that's not going to cause issues. They will just hold null values for that field.
Thank you, Mark, for the timely response. Appreciate it.
-Sid
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.