OpenSearch/modules
Simon Willnauer 0e3ad522a2 Rewrite search requests on the coordinating nodes (#25814)
This change rewrites search requests on the coordinating node before
we send requests to the individual shards. This will reduce the rewrite load
and object creation for each rewrite on the executing nodes and will fetch
resources only once instead of N times once per shard for queries like `terms`
query with index lookups. (among percolator and geo-shape)

Relates to #25791
2017-07-21 09:38:38 +02:00
..
aggs-matrix-stats Remove QueryParseContext (#25486) 2017-07-03 17:30:40 +02:00
analysis-common Move more token filters to analysis-common module 2017-07-17 08:29:44 +02:00
ingest-common Disallow lang to be used with Stored Scripts (#25610) 2017-07-12 07:55:57 -07:00
lang-expression remove lang url parameter from stored script requests (#25779) 2017-07-20 08:51:08 -07:00
lang-mustache remove lang url parameter from stored script requests (#25779) 2017-07-20 08:51:08 -07:00
lang-painless remove lang url parameter from stored script requests (#25779) 2017-07-20 08:51:08 -07:00
parent-join Index ids in binary form. (#25352) 2017-07-07 14:22:47 +02:00
percolator Rewrite search requests on the coordinating nodes (#25814) 2017-07-21 09:38:38 +02:00
reindex RestClient uses system properties and system default SSLContext (#25757) 2017-07-20 07:36:56 -06:00
repository-url Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
transport-netty4 Fix BytesReferenceStreamInput#skip with offset (#25634) 2017-07-11 09:54:29 -05:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00