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 normalizer param support in _analyze API #23347

Closed
johtani opened this issue Feb 24, 2017 · 1 comment
Closed

Add normalizer param support in _analyze API #23347

johtani opened this issue Feb 24, 2017 · 1 comment
Assignees
Labels
>enhancement :Search Relevance/Analysis How text is split into tokens Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch

Comments

@johtani
Copy link
Contributor

johtani commented Feb 24, 2017

Analyze API does not support normalizer param yet.
It should get normalizer param for explaining how it works.

@johtani johtani added :Search Relevance/Analysis How text is split into tokens >enhancement labels Feb 24, 2017
@johtani johtani self-assigned this Feb 24, 2017
@johtani
Copy link
Contributor Author

johtani commented Feb 24, 2017

It should support cases as follows:

  • normalizer param only when normalizer setting in index settings
  • custom normalizer param
  • explain with normalizer

and some error cases:

  • specify not support char_filters/filters
  • normalizer param with tokenizer/analyzer

johtani added a commit to johtani/elasticsearch that referenced this issue Jun 27, 2017
Support normalizer param
Support custom normalizer with char_filter/filter param

Closes elastic#23347
johtani added a commit to johtani/elasticsearch that referenced this issue Jun 27, 2017
Fix some comments
Remove non-use imports

elastic#23347
johtani added a commit that referenced this issue Jul 4, 2017
* [Analysis] Support normalizer in request param

Support normalizer param
Support custom normalizer with char_filter/filter param

Closes #23347
@javanna javanna added the Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch label Jul 16, 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

2 participants