elasticsearch/docs/reference/search/search-your-data
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
..
collapse-search-results.asciidoc [DOC] Update tests for collapse search results (#74721) 2021-07-01 10:21:59 -04:00
filter-search-results.asciidoc [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
highlighting.asciidoc Convert metric aggs docs runtime fields (#71260) 2021-04-05 13:08:13 -04:00
long-running-searches.asciidoc [DOCS] Remove and redirect frozen index overview content (#72990) 2021-05-12 12:54:20 -04:00
near-real-time.asciidoc [DOCS] Combine `Search your data` files (#61477) 2020-08-24 11:22:56 -04:00
paginate-search-results.asciidoc Support search slicing with point-in-time (#74457) 2021-07-08 15:33:41 -07:00
retrieve-inner-hits.asciidoc Support the 'fields' option in inner_hits and top_hits. (#62259) 2020-09-14 10:08:58 -07:00
retrieve-selected-fields.asciidoc [DOCS] Change field alias anchor (#73043) 2021-05-13 09:32:36 -04:00
search-across-clusters.asciidoc [DOCS] EQL: Document cross-cluster search support (#74995) (#75045) 2021-07-07 09:41:07 -04:00
search-multiple-indices.asciidoc [DOCS] Update alias references (#73427) 2021-05-27 16:00:57 -04:00
search-shard-routing.asciidoc [DOCS] Update shard allocation awareness xref 2020-09-02 11:32:35 -04:00
search-template.asciidoc [DOCS] Overhaul search template docs (#72583) 2021-06-30 16:03:49 -04:00
search-your-data.asciidoc [DOCS] Overhaul search template docs (#72583) 2021-06-30 16:03:49 -04:00
sort-search-results.asciidoc [DOCS] Add performance info for runtime fields (#74454) 2021-06-29 10:23:00 -04:00