elasticsearch/docs/reference/analysis
Alan Woodward 5683bc60a6
Multiplexing token filter (#31208)
The `multiplexer` filter emits multiple tokens at the same position, each 
version of the token haivng been passed through a different filter chain.
Identical tokens at the same position are removed.

This allows users to, for example, index lowercase and original-case tokens,
or stemmed and unstemmed versions, in the same field, so that they can search
for a stemmed term within x positions of an unstemmed term.
2018-06-20 10:16:26 +01:00
..
analyzers Fix docs failure on language analyzers (#30722) 2018-05-22 09:58:12 +02:00
charfilters
tokenfilters Multiplexing token filter (#31208) 2018-06-20 10:16:26 +01:00
tokenizers [Feature] Adding a char_group tokenizer (#24186) 2018-05-22 16:26:31 +02:00
analyzers.asciidoc
anatomy.asciidoc
charfilters.asciidoc
normalizers.asciidoc
testing.asciidoc
tokenfilters.asciidoc Multiplexing token filter (#31208) 2018-06-20 10:16:26 +01:00
tokenizers.asciidoc [Feature] Adding a char_group tokenizer (#24186) 2018-05-22 16:26:31 +02:00