Question about non-dynamic settings

Hi,

I wanted to know the reason why changing the analysis settings requires the index to be closed and opened?

Thanks.

Mainly for the sake of simplicity. The analysis chain is created when index gets open and remains immutable while the index remains open. So, we can create it once when we open the index and not worry about keeping it in-sync with the cluster state in case it gets updated.

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