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
count.asciidoc [DOCS] Add info about GET/POST to the API conventions. (#74529) 2021-06-30 09:24:42 -07:00
explain.asciidoc
field-caps.asciidoc
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
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
search-shards.asciidoc
search-template-api.asciidoc [DOCS] Overhaul search template docs (#72583) 2021-06-30 16:03:49 -04:00
search.asciidoc
suggesters.asciidoc
terms-enum.asciidoc
validate.asciidoc