OpenSearch/modules/percolator
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
..
src Rewrite search requests on the coordinating nodes (#25814) 2017-07-21 09:38:38 +02:00
build.gradle Add parent-join module (#24638) 2017-05-12 15:58:06 +02:00