Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for custom N-gram analysis filter settings per token type #48495

Closed
dolsem opened this issue Oct 24, 2019 · 2 comments
Closed

Add support for custom N-gram analysis filter settings per token type #48495

dolsem opened this issue Oct 24, 2019 · 2 comments
Labels
>enhancement :Search Relevance/Analysis How text is split into tokens Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch

Comments

@dolsem
Copy link

dolsem commented Oct 24, 2019

It would be great to be able to specify custom min_gram parameter for different token types. My use case is a text field that contains words in multiple languages. I use ICU tokenizer with Edge N-gram filter and I am forced to set min_gram to 1 to be able to support ideograms. What I want is to have min_gram of 2-3 for alphanumeric tokens and min_gram of 1 for ideographic tokens.

@cbuescher cbuescher added the :Search Relevance/Analysis How text is split into tokens label Oct 25, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search (:Search/Analysis)

@rjernst rjernst added the Team:Search Meta label for search team label May 4, 2020
@javanna
Copy link
Member

javanna commented Jun 24, 2024

This has been open for quite a while, and hasn't had a lot of interest. For now I'm going to close this as something we aren't planning on implementing. We can re-open it later if needed.

@javanna javanna closed this as not planned Won't fix, can't repro, duplicate, stale Jun 24, 2024
@javanna javanna added Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch and removed Team:Search Meta label for search team labels Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement :Search Relevance/Analysis How text is split into tokens Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch
Projects
None yet
Development

No branches or pull requests

5 participants