OpenSearch/modules
Simon Willnauer 1155615536 Move DeleteByQuery and Reindex requests into core (#24578)
This allows other plugins to use a client to call the functionality
that is in the core modules without duplicating the logic.
Plugins can now safely send the request and response classes via the
client even if the requests are executed locally. All relevant classes
are loaded by the core classloader such that plugins can share them.

This is re-adds this commit that was revered in 952feb58e4
2017-05-11 20:22:30 +02:00
..
aggs-matrix-stats Added unit tests for InternalMatrixStats. 2017-05-10 11:06:18 +02:00
analysis-common Make PreConfiguredTokenFilter harder to misuse (#24572) 2017-05-10 22:39:43 -04:00
ingest-common remove duplicated import in AppendProcessor 2017-05-08 10:36:36 +02:00
lang-expression Scripting: Remove "service" from ScriptEngine interface name (#24574) 2017-05-10 00:47:33 -07:00
lang-mustache Removed deprecated template query. 2017-05-11 14:56:45 +02:00
lang-painless Painless: Optimize instance creation in LambdaBootstrap (#24618) 2017-05-11 09:10:27 -07:00
percolator Fix PercolatorQuerySearchIT to not create multiple types. 2017-05-03 16:44:14 +02:00
reindex Move DeleteByQuery and Reindex requests into core (#24578) 2017-05-11 20:22:30 +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