Can I customize Elastic Search to use my own Stop Word list?

后端 未结 4 1846
感情败类
感情败类 2021-01-02 04:00

specifically, I want to index everything (e.g. the who) with no stop word list. Is elastic search flexible enough and easy enough to change?

4条回答
  •  [愿得一人]
    2021-01-02 04:33

    Yes, you can do this using ElasticSearch's internal config YAML file.

    See the config docs for how to change the analyzer settings.

提交回复
热议问题