Control order of token filters in ElasticSearch Control order of token filters in ElasticSearch elasticsearch elasticsearch

Control order of token filters in ElasticSearch


An analyzer is made of a tokenizer, which splits your text into tokens. After that token filters come into the picture, in the order you configured them, since you're providing an array. If you have doubts I'd suggest you to have a look at the analyze api, through which you can actually test how a analyzer works without indexing any text.