Hi
We have this weird thing.
We have these hunspell and synonym files in config/ that works fine in our analyzers.
But when we make changes to those, they are not used in any new indices we create - they are still using the old ones.
So it appears that Elasticsearch is caching the files - even for new indices?
It wasn't until we restarted elasticsearch (out of desperation
) that the changes were picked up.
Is this the expected behaviour? Or is there a proper way to tell elasticsearch to use the new files (we can't seem to find it in the documentation).
There are some blips about turning existing indices off and on again to pick up new files - but that wouldn't apply to new indices?
- Bjarne