OpenSearch/docs/reference
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
..
aggregations Docs: add clarification about geohash use in geohashgrid agg (#36901) 2019-01-03 15:40:48 -05:00
analysis [Docs] Extend common-grams-tokenfilter doctest example (#36807) 2018-12-19 09:49:23 +01:00
cat [Docs] Fix URL path to aliases (#36852) 2018-12-31 17:58:49 +01:00
ccr [DOCS] Synchs titles of X-Pack APIs 2018-12-20 10:27:24 -08:00
cluster Package ingest-user-agent as a module (#36956) 2018-12-22 20:20:53 -05:00
commands [DOCS] Update X-Pack terminology in security docs (#36564) 2018-12-19 14:53:37 -08:00
docs Deprecate use of type in reindex request body (#36823) 2019-01-03 10:29:14 +01:00
graph Remove X-Pack centric graph endpoints (#36010) 2018-11-29 07:09:37 -05:00
how-to [DOCS] Fixes broken links 2019-01-04 17:41:28 +10:00
ilm [ILM] Add Freeze Action (#36910) 2019-01-03 15:00:40 -08:00
images Move ODBC documentation to `elasticsearch` repository (#36955) 2018-12-27 11:55:20 +02:00
index-modules Rename setting to enable mmap 2019-01-03 07:10:34 +01:00
indices [DOCS] Synchs titles of X-Pack APIs 2018-12-20 10:27:24 -08:00
ingest [Docs] Update ingest-node.asciidoc (#37116) 2019-01-04 19:33:06 +01:00
licensing [DOCS] Synchs titles of X-Pack APIs 2018-12-20 10:27:24 -08:00
mapping [Geo] Integrate Lucene's LatLonShape (BKD Backed GeoShapes) as default `geo_shape` indexing approach (#36751) 2018-12-18 09:54:56 -06:00
migration Rename setting to enable mmap 2019-01-03 07:10:34 +01:00
ml [ML] Remove types from datafeed (#36538) 2019-01-04 09:43:44 +02:00
modules [DOCS] Merges list of discovery and cluster formation settings (#36909) 2018-12-21 11:24:48 -08:00
monitoring [DOCS] Update X-Pack terminology in security docs (#36564) 2018-12-19 14:53:37 -08:00
query-dsl Add link to script score query in the top level docs (#36416) 2018-12-19 10:18:53 -05:00
release-notes [DOCS] fix typo in 7.0.0-alpha2 release notes 2019-01-04 10:38:34 +01:00
rest-api [DOCS] Update X-Pack terminology in security docs (#36564) 2018-12-19 14:53:37 -08:00
rollup [DOCS] Synchs titles of X-Pack APIs 2018-12-20 10:27:24 -08:00
search Add the ability to set the number of hits to track accurately (#36357) 2019-01-04 20:36:49 +01:00
security [Zen2] Update documentation for Zen2 (#34714) 2018-12-20 13:02:44 +00:00
settings [DOCS] Adds cluster setting to enable/disable config migration (#36948) 2019-01-03 09:26:57 -08:00
setup Rename setting to enable mmap 2019-01-03 07:10:34 +01:00
sql SQL: Enhance message for PERCENTILE[_RANK] with field as 2nd arg (#36933) 2019-01-03 13:55:09 +02:00
testing [Docs] Remove repeating words (#33087) 2018-08-28 13:16:43 +02:00
upgrade [Zen2] Update documentation for Zen2 (#34714) 2018-12-20 13:02:44 +00:00
aggregations.asciidoc [Docs] Update aggregations.asciidoc (#29265) 2018-03-28 15:01:45 +02:00
analysis.asciidoc [Docs] Add clarification to analysis example (#31826) 2018-07-06 14:36:58 +02:00
api-conventions.asciidoc [DOCS] Synchronizes captialization in top-level titles (#33605) 2018-09-27 08:36:18 -07:00
cat.asciidoc Rename the bulk thread pool to write thread pool (#29593) 2018-04-19 08:18:58 -04:00
cluster.asciidoc Update docs for node specifications (#30468) 2018-08-20 14:21:31 +01:00
docs.asciidoc Inclusion of link to Multi Delete (#22619) 2017-01-16 12:58:59 +01:00
frozen-indices.asciidoc Expose `search.throttled` on `_cat/indices` (#37073) 2019-01-04 13:49:40 +01:00
getting-started.asciidoc Add doc's sequence number + primary term to GetResult and use it for updates (#36680) 2018-12-17 15:22:13 +01:00
glossary.asciidoc Default to one shard (#30539) 2018-05-14 12:22:35 -04:00
gs-index.asciidoc [DOCS] Adding index file for GS "mini book". 2017-07-18 13:44:08 -07:00
how-to.asciidoc Correct grammar in list in how-to docs 2017-01-17 20:57:22 -05:00
index-modules.asciidoc ingest: document index.default_pipeline (#34500) 2018-10-23 13:49:25 -05:00
index.asciidoc Add a `_freeze` / `_unfreeze` API (#35592) 2018-11-20 08:03:24 +01:00
index.x.asciidoc [DOCS] Removes redundant index.asciidoc files (#30707) 2018-05-18 11:05:40 -07:00
indices.asciidoc add split index reference in indices.asciidoc 2017-11-06 12:55:41 +01:00
ingest.asciidoc ingest: document index.default_pipeline (#34500) 2018-10-23 13:49:25 -05:00
mapping.asciidoc Make sure to use the type _doc in the REST documentation. (#34662) 2018-10-22 11:54:04 -07:00
modules.asciidoc [Zen2] Update documentation for Zen2 (#34714) 2018-12-20 13:02:44 +00:00
query-dsl.asciidoc Update query-dsl.asciidoc (#27669) 2017-12-11 18:06:08 +01:00
redirects.asciidoc [Zen2] Update documentation for Zen2 (#34714) 2018-12-20 13:02:44 +00:00
release-notes.asciidoc [DOCS] Adds placeholder for alpha2 release notes 2018-12-11 14:26:41 -08:00
search.asciidoc Make sure to use the type _doc in the REST documentation. (#34662) 2018-10-22 11:54:04 -07:00
setup.asciidoc [DOCS] Starting Elasticsearch (#31701) 2018-07-03 13:40:37 -07:00
testing.asciidoc [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00
upgrade.asciidoc Revert "[DOCS] Added 6.3 info & updated the upgrade table. (#30940)" 2018-06-11 22:04:36 -04:00