Allow to explain how analyzer was composed #29445
Labels
discuss
:Search Relevance/Analysis
How text is split into tokens
Team:Search Relevance
Meta label for the Search Relevance team in Elasticsearch
Currently, we have many nice built-in analyzers and also can custom our own, they are various.
For customized analyzer, we can get the definition from the index settings, and for built-in one, we need to navigate to the docs or refer to the source code.
Sometimes, for better understanding the analysis result, we may hope to know what is the components of an analyzer, specifically, which [char_filters]/tokenizer/[filters] are behind, so how about provide a API, allow user to explain the analyzer by provide the name of the analyzer?
The text was updated successfully, but these errors were encountered: