OpenSearch/modules
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
..
aggs-matrix-stats Decouple MultiValueMode. (#31075) 2018-06-05 08:51:20 +02:00
analysis-common Multiplexing token filter (#31208) 2018-06-20 10:16:26 +01:00
ingest-common Core: Remove index name resolver from base TransportAction (#31002) 2018-06-19 17:06:09 -07:00
lang-expression Upgrade to Lucene-7.4.0-snapshot-518d303506 (#31360) 2018-06-15 10:58:21 -04:00
lang-mustache Core: Remove index name resolver from base TransportAction (#31002) 2018-06-19 17:06:09 -07:00
lang-painless Core: Remove index name resolver from base TransportAction (#31002) 2018-06-19 17:06:09 -07:00
mapper-extras Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
parent-join Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
percolator Remove version argument in RangeFieldType (#30411) 2018-05-16 17:42:44 +02:00
rank-eval Core: Remove index name resolver from base TransportAction (#31002) 2018-06-19 17:06:09 -07:00
reindex Core: Remove index name resolver from base TransportAction (#31002) 2018-06-19 17:06:09 -07:00
repository-url [Tests] Mutualize fixtures code in BaseHttpFixture (#31210) 2018-06-14 14:09:56 +02:00
transport-netty4 Unify http channels and exception handling (#31379) 2018-06-19 11:50:03 -06:00
build.gradle Painless: Add spi jar that will be published for extending whitelists (#28302) 2018-01-18 19:16:26 -08:00