Skip to content

Latest commit

 

History

History
102 lines (54 loc) · 2.92 KB

tokenfilters.asciidoc

File metadata and controls

102 lines (54 loc) · 2.92 KB

Token Filters

Token filters accept a stream of tokens from a tokenizer and can modify tokens (eg lowercasing), delete tokens (eg remove stopwords) or add tokens (eg synonyms).

Elasticsearch has a number of built in token filters which can be used to build custom analyzers.