elasticsearch/docs/reference/search
Julie Tibshirani 52c0bdaba9
Support search slicing with point-in-time (#75162)
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-09 11:06:24 -07:00
..
search-your-data Support search slicing with point-in-time (#75162) 2021-07-09 11:06:24 -07:00
suggesters [7.x] [DOCS] Overhaul search template docs (#72583) (#74796) 2021-06-30 17:33:41 -04:00
async-search.asciidoc Set max allowed size for stored async response (#74455) (#74785) 2021-06-30 18:09:06 -04:00
clear-scroll-api.asciidoc [DOCS] Fix case for 'Boolean' (#64299) (#64341) 2020-10-29 10:04:20 -04:00
count.asciidoc [DOCS] Update alias references (#73427) (#73502) 2021-05-27 17:57:51 -04:00
explain.asciidoc [DOCS] Consolidate routing parameter definitions (#73107) (#73109) 2021-05-14 12:37:07 -04:00
field-caps.asciidoc [DOCS] Update alias references (#73427) (#73502) 2021-05-27 17:57:51 -04:00
multi-search-template-api.asciidoc [7.x] [DOCS] Overhaul search template docs (#72583) (#74796) 2021-06-30 17:33:41 -04:00
multi-search.asciidoc [7.x] [DOCS] Overhaul search template docs (#72583) (#74796) 2021-06-30 17:33:41 -04:00
point-in-time-api.asciidoc Support search slicing with point-in-time (#75162) 2021-07-09 11:06:24 -07:00
point-in-time.asciidoc Retry point in time on other copy when possible (#66713) 2021-01-10 21:57:11 -05:00
profile.asciidoc Add extra profiling information to terms agg (backport of #73636) (#74371) 2021-06-21 12:09:44 -04:00
rank-eval.asciidoc [7.x] [DOCS] Overhaul search template docs (#72583) (#74796) 2021-06-30 17:33:41 -04:00
render-search-template-api.asciidoc [7.x] [DOCS] Overhaul search template docs (#72583) (#74796) 2021-06-30 17:33:41 -04:00
scroll-api.asciidoc [DOCS] Update alias references (#73427) (#73502) 2021-05-27 17:57:51 -04:00
search-shards.asciidoc [DOCS] Update alias references (#73427) (#73502) 2021-05-27 17:57:51 -04:00
search-template-api.asciidoc [7.x] [DOCS] Overhaul search template docs (#72583) (#74796) 2021-06-30 17:33:41 -04:00
search.asciidoc [DOCS] Update alias references (#73427) (#73502) 2021-05-27 17:57:51 -04:00
suggesters.asciidoc [DOCS] Fix minor suggester doc errors (#68244) (#68303) 2021-02-01 09:48:41 -05:00
terms-enum.asciidoc [DOCS] Update alias references (#73427) (#73502) 2021-05-27 17:57:51 -04:00
validate.asciidoc [DOCS] Update alias references (#73427) (#73502) 2021-05-27 17:57:51 -04:00