[Feature Request][Nori ] Add custom dictionary terms on index setting. #35842
Labels
>enhancement
:Search Relevance/Analysis
How text is split into tokens
Team:Search Relevance
Meta label for the Search Relevance team in Elasticsearch
Describe the feature:
Currently to use custom dictionary in Nori, only way is saving dictionary in file and set it's path on index/_settings/index/analysis.
https://www.elastic.co/guide/en/elasticsearch/plugins/current/analysis-nori-tokenizer.html
Unfortunately, there is no way for users who are using Elastic Cloud or ECE to add custom dictionary on their elasticsearch cluster. For Elastic Cloud, custom plugin menu can be used for file upload, but it is effective only when create cluster, which means can be refreshed on production system.
For synonym token filter, there is feature that user can add customer's dictionary on index setting.
https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-synonym-tokenfilter.html
We need to add this kind of setting functionally on Nori (and also other analysis plugins if needed) so users on Elastic Cloud environment can use custom dictionary on their search use-cases.
The text was updated successfully, but these errors were encountered: