OpenSearch/core
Simon Willnauer 1f40f8a2d2 Introduce incremental reduction of TopDocs (#23946)
This commit adds support for incremental top N reduction if the number of
expected shards in the search request is high enough. The changes here
also clean up more code in SearchPhaseController to make the separation
between values that are the same on each search result and values that
are per response. The reduced search phase result doesn't hold an arbitrary
result to obtain values like `from`, `size` or sort values which is now
cleanly encapsulated.
2017-04-10 09:37:52 +02:00
..
licenses Upgrade to Log4j 2.8.2 2017-04-09 07:19:16 -04:00
src Introduce incremental reduction of TopDocs (#23946) 2017-04-10 09:37:52 +02:00
build.gradle Upgrade to Log4j 2.8.2 2017-04-09 07:19:16 -04:00