OpenSearch/modules/analysis-common
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
..
src Multiplexing token filter (#31208) 2018-06-20 10:16:26 +01:00
build.gradle Start building analysis-common module (#23614) 2017-04-19 18:51:34 -04:00