OpenSearch/modules
Christoph Büscher 61486680a2
Add exclusion option to `keep_types` token filter (#32012)
Currently the `keep_types` token filter includes all token types specified using
its `types` parameter. Lucenes TypeTokenFilter also provides a second mode where
instead of keeping the specified tokens (include) they are filtered out
(exclude). This change exposes this option as a new `mode` parameter that can
either take the values `include` (the default, if not specified) or `exclude`.

Closes #29277
2018-07-17 09:04:41 +02:00
..
aggs-matrix-stats Add support for switching distribution for all integration tests (#30874) 2018-06-26 06:49:03 -07:00
analysis-common Add exclusion option to `keep_types` token filter (#32012) 2018-07-17 09:04:41 +02:00
ingest-common Cleanup Duplication in `PainlessScriptEngine` (#31991) 2018-07-14 13:37:59 +02:00
lang-expression Add support for switching distribution for all integration tests (#30874) 2018-06-26 06:49:03 -07:00
lang-mustache SCRIPTING: Remove unused MultiSearchTemplateRequestBuilder (#32049) 2018-07-14 09:03:35 +02:00
lang-painless Painless: Move and Rename Several Methods in the lookup package (#32105) 2018-07-16 16:13:48 -07:00
mapper-extras Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
parent-join has_parent builder: exception message/param fix (#31182) 2018-06-30 11:17:37 -07:00
percolator Reduce more raw types warnings (#31780) 2018-07-05 15:38:06 +02:00
rank-eval Fix problematic chars in javadoc 2018-07-13 11:13:24 +02:00
reindex Switch reindex tests to new style requests (#31941) 2018-07-11 14:42:55 -04:00
repository-url lazy snapshot repository initialization (#31606) 2018-07-13 20:05:49 +02:00
transport-netty4 Switch non-x-pack to new style requests (#32106) 2018-07-16 17:44:19 -04:00
build.gradle Painless: Add spi jar that will be published for extending whitelists (#28302) 2018-01-18 19:16:26 -08:00