OpenSearch/modules
Jim Ferenczi e38cf1d0dc
Add the ability to set the number of hits to track accurately (#36357)
In Lucene 8 searches can skip non-competitive hits if the total hit count is not requested.
It is also possible to track the number of hits up to a certain threshold. This is a trade off to speed up searches while still being able to know a lower bound of the total hit count. This change adds the ability to set this threshold directly in the track_total_hits search option. A boolean value (true, false) indicates whether the total hit count should be tracked in the response. When set as an integer this option allows to compute a lower bound of the total hits while preserving the ability to skip non-competitive hits when enough matches have been collected.

Relates #33028
2019-01-04 20:36:49 +01:00
..
aggs-matrix-stats Make hits.total an object in the search response (#35849) 2018-12-05 19:49:06 +01:00
analysis-common Allow word_delimiter_graph_filter to not adjust internal offsets (#36699) 2018-12-18 13:20:51 +00:00
ingest-common ingest: support default pipelines + bulk upserts (#36618) 2018-12-17 16:25:11 -06:00
ingest-geoip Package ingest-geoip as a module (#36898) 2018-12-22 07:21:49 -05:00
ingest-user-agent Package ingest-user-agent as a module (#36956) 2018-12-22 20:20:53 -05:00
lang-expression Upgrade master to lucene-8.0.0-snapshot-a1c6e642aa (#37091) 2019-01-02 20:18:19 -06:00
lang-mustache Add the ability to set the number of hits to track accurately (#36357) 2019-01-04 20:36:49 +01:00
lang-painless Make SourceToParse immutable (#36971) 2018-12-24 14:06:50 -05:00
mapper-extras Make SourceToParse immutable (#36971) 2018-12-24 14:06:50 -05:00
parent-join Spelling: replace uknown with unknown (#37056) 2019-01-02 17:33:02 +01:00
percolator Spelling: replace cachable with cacheable (#37047) 2019-01-02 14:10:30 +01:00
rank-eval Prevent throttled indices to be searched through wildcards by default (#34354) 2018-11-06 09:45:30 +01:00
reindex Deprecate use of type in reindex request body (#36823) 2019-01-03 10:29:14 +01:00
repository-url Make hits.total an object in the search response (#35849) 2018-12-05 19:49:06 +01:00
transport-netty4 [Zen2] Change unsafe bootstrap nodes count to nodes list in tests (#36559) 2018-12-20 15:20:33 +01:00
build.gradle Painless: Add spi jar that will be published for extending whitelists (#28302) 2018-01-18 19:16:26 -08:00