【发布时间】:2021-08-12 12:21:56
【问题描述】:
我已将我的 Elasticsearch 服务器部署到云端:cloud.elastic.co
我看过 stopwords 和 synonyms 文档,它们解释了 stopwords.txt/synonyms.txt 文件可以复制到 config 文件夹下...但是我怎样才能在云上做到这一点服务器?
我知道我可以在数组中传递停用词,但使用文件it would be easier to update them:
如果您在文件中指定停用词,则更新停用词会更容易 stopwords_path 参数。您可以只更新文件(在每个节点上 在集群中),然后强制重新创建分析器 这些操作中的任何一个
【问题讨论】:
标签: elasticsearch