December 2017
Intermediate to advanced
434 pages
10h 29m
English
There can be zero or more token filters in an analyzer. Every token filter can add, remove, or change tokens in the input token stream that it receives. Since it is possible to have multiple token filters in an analyzer, the output of each token filter is sent to the next one until all token filters are considered.
Elasticsearch comes with a number of token filters, and they can be used to compose your own custom analyzers.
Some examples of built-in token filters are:
Read now
Unlock full access