I can't conform with the fact that any field configuration change we need to reindex whole index

I can't conform with the fact that any field configuration change we need to reindex whole index.
Reindexing the whole index takes me about 3-5 days, I can't conform with that fact that when I need to take one field from being indexed because I will not be using it anymore, I need to reindex the whole index.
I am constantly doing this process.

Am I doing the right thing ? Is this logic normal in ES ?

Hi @spdoes,

Generally speaking, your index mappings should be relatively static. Why are you repeatedly reindexing? Why is your mapping changing so often? The fact that your index mapping changes often suggests that you should be modelling your data differently.

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