As we know, Elasticsearch supports synonyms through their synonym token filter, which expects a file of all the synonyms to be present at a particular location on the server filesystem.
Is there a way I can configure this with Amazon ES?
In AWS there's no option to upload synonym file......?
It does not matter since even with the synonym list, the file is not
re-read for an open index. But in general, it does make handling updates
more difficult. AWS-hosted ES has many limitations.
Yes you are right...AWS does'nt allow to close or stop an existing open index. Only way is to delete cluster and re create new index, which is not a proper solution.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.