elasticsearch/docs/reference/search
Julie Tibshirani cdf67e0fd5
Support search slicing with point-in-time (#74457)
This PR adds support for using the `slice` option in point-in-time searches. By
default, the slice query splits documents based on their Lucene ID. This
strategy is more efficient than the one used for scrolls, which is based on the
`_id` field and must iterate through the whole terms dictionary. When slicing a
search, the same point-in-time ID must be used across slices to guarantee the
partitions don't overlap or miss documents.

Closes #65740.
2021-07-08 15:33:41 -07:00
..
search-your-data Support search slicing with point-in-time (#74457) 2021-07-08 15:33:41 -07:00
suggesters [DOCS] Overhaul search template docs (#72583) 2021-06-30 16:03:49 -04:00
async-search.asciidoc Set max allowed size for stored async response (#74455) 2021-06-30 10:21:28 -04:00
clear-scroll-api.asciidoc [DOCS] Fix case for 'Boolean' (#64299) 2020-10-29 09:04:43 -04:00
count.asciidoc [DOCS] Add info about GET/POST to the API conventions. (#74529) 2021-06-30 09:24:42 -07:00
explain.asciidoc [DOCS] Consolidate routing parameter definitions (#73107) 2021-05-14 12:27:19 -04:00
field-caps.asciidoc [DOCS] Update alias references (#73427) 2021-05-27 16:00:57 -04:00
multi-search-template-api.asciidoc [DOCS] Overhaul search template docs (#72583) 2021-06-30 16:03:49 -04:00
multi-search.asciidoc [DOCS] Overhaul search template docs (#72583) 2021-06-30 16:03:49 -04:00
point-in-time-api.asciidoc Support search slicing with point-in-time (#74457) 2021-07-08 15:33:41 -07:00
profile.asciidoc Add extra profiling information to terms agg (#73636) 2021-06-21 10:10:41 -04:00
rank-eval.asciidoc [DOCS] Overhaul search template docs (#72583) 2021-06-30 16:03:49 -04:00
render-search-template-api.asciidoc [DOCS] Overhaul search template docs (#72583) 2021-06-30 16:03:49 -04:00
scroll-api.asciidoc [DOCS] Update alias references (#73427) 2021-05-27 16:00:57 -04:00
search-shards.asciidoc [DOCS] Update alias references (#73427) 2021-05-27 16:00:57 -04:00
search-template-api.asciidoc [DOCS] Overhaul search template docs (#72583) 2021-06-30 16:03:49 -04:00
search.asciidoc [DOCS] Update alias references (#73427) 2021-05-27 16:00:57 -04:00
suggesters.asciidoc [DOCS] Fix minor suggester doc errors (#68244) 2021-02-01 09:33:12 -05:00
terms-enum.asciidoc [DOCS] Update alias references (#73427) 2021-05-27 16:00:57 -04:00
validate.asciidoc [DOCS] Update alias references (#73427) 2021-05-27 16:00:57 -04:00