OpenSearch/modules
Nik Everett bb06d8ec4f Allow plugins to build pre-configured token filters (#24223)
This changes the way we register pre-configured token filters so that
plugins can declare them and starts to move all of the pre-configured
token filters out of core. It doesn't finish the job because doing
so would make the change unreviewably large. So this PR includes
a shim that keeps the "old" way of registering pre-configured token
filters around.

The Lowercase token filter is special because there is a "special"
interaction between it and the lowercase tokenizer. I'm not sure
exactly what to do about it so for now I'm leaving it alone with
the intent of figuring out what to do with it in a followup.

This also renames these pre-configured token filters from
"pre-built" to "pre-configured" because that seemed like a more
descriptive name.

This is a part of #23658
2017-05-09 14:50:49 -04:00
..
aggs-matrix-stats Tests: Clean up rest test file handling (#21392) 2017-04-18 15:07:08 -07:00
analysis-common Allow plugins to build pre-configured token filters (#24223) 2017-05-09 14:50:49 -04:00
ingest-common remove duplicated import in AppendProcessor 2017-05-08 10:36:36 +02:00
lang-expression Only allow one type on 7.0 indices (#24317) 2017-04-27 08:43:20 +02:00
lang-mustache Only allow one type on 7.0 indices (#24317) 2017-04-27 08:43:20 +02:00
lang-painless Remove unneeded empty string concatentation 2017-05-06 00:28:53 -04:00
percolator Fix PercolatorQuerySearchIT to not create multiple types. 2017-05-03 16:44:14 +02:00
reindex Java api: ActionRequestBuilder#execute to return a PlainActionFuture (#24415) 2017-05-03 11:20:53 +02:00
repository-url Tests: Clean up rest test file handling (#21392) 2017-04-18 15:07:08 -07:00
transport-netty4 You had one job Netty logging guard 2017-05-03 18:49:08 -04:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00