Hi there,
i am performing _close
/ _open
each time changes were made in synonyms file in elasticsearch.
Unfortunately,_close
seems to do nothing since a few hours.
With: /_cluster/state/metadata
i can see, my index is closed. But i still can perform searched on the index. My synonyms won't be updated also.
This is a very weird behaviour. What can be the reason?
Best regards,
Ahmet
EDIT: I am using aliases for my indices. I just did a close / open on an index with an alias and it worked. Still it doesnt work if i directly trying to close or open it. Maybe this helps solving the problem