ElasticSearch: check how analyzers/tokenizers/filters applied to an index split text into tokens?

Advertisements I’m quite new to ElasticSearch, so if I overlook something obvious/basic, please forgive me. Now I’m using ElasticSearch at work, and want to see how the complex settings of analyzers/tokenizers/filters–which are set by my predecessors–split texts into tokens. I did some research and found the way to do it: GET /_analyze { "tokenizer" :… Read More ElasticSearch: check how analyzers/tokenizers/filters applied to an index split text into tokens?