https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-synonym-tokenfilter.html
I'm using synonym search by giving all the synonyms in the file. This file is being indexed at the time of index creation. How can I add more synonyms to this file and use newly added synonyms??
One solution is to reindex the data but my data is around 20GB so I have kept that as a last option.
Thanks