Update mappings on index

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

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.