Is there a Elasticsearch plugin similar to the Solr analysis tool?

后端 未结 4 1519
别跟我提以往
别跟我提以往 2021-02-15 17:35

Solr has the built-in \"Analysis Screen\", which helps to debug the interplay between tokenizers and filters for specific field types:

4条回答
  •  半阙折子戏
    2021-02-15 18:20

    I've used Inquisitor in the past to test out tokenizers and filters. It sits on top of the Elasticsearch analyze API and can be used from a web front end.

    You should also try another plugin called elasticsearch-extended-analyze which returns the same token-level information as the Solr analysis page (though without the web front end).

提交回复
热议问题