OpenSearch/docs/reference/search/request
Jim Ferenczi aea7660e37 Add search_after parameter in the Search API.
The search_after parameter provides a way to efficiently paginate from one page to the next. This parameter accepts an array of sort values, those values are then used by the searcher to sort the top hits from the first document that is greater to the sort values.
This parameter must be used in conjunction with the sort parameter, it must contain exactly the same number of values than the number of fields to sort on.

NOTE: A field with one unique value per document should be used as the last element of the sort specification. Otherwise the sort order for documents that have the same sort values would be undefined. The recommended way is to use the field `_uuid` which is certain to contain one unique value for each document.

Fixes #8192
2016-01-27 09:42:58 +01:00
..
explain.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
fielddata-fields.asciidoc Update fielddata-fields.asciidoc 2014-08-01 09:20:19 +02:00
fields.asciidoc Docs: Add a warning about fields vs. source filtering. 2015-11-03 11:18:00 +01:00
from-size.asciidoc Add search_after parameter in the Search API. 2016-01-27 09:42:58 +01:00
highlighting.asciidoc Remove support for multiple highlighter names 2015-10-28 10:50:29 +01:00
index-boost.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
inner-hits.asciidoc Merge pull request #15534 from jmluy/patch-2 2016-01-10 21:52:31 +01:00
min-score.asciidoc Changed the minScore comparator from > to >= 2013-11-29 20:29:20 +01:00
named-queries-and-filters.asciidoc Docs: Remove docs for the `filtered`, `and`, `or` and `(f)query` queries. 2015-09-11 11:00:54 +02:00
post-filter.asciidoc Remove a trailing comma from an example data of JSON 2015-11-28 16:50:28 +00:00
preference.asciidoc Add _replica and _replica_first as search preference. 2015-07-16 09:25:23 -06:00
query.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
rescore.asciidoc Remove the scan and count search types. 2015-09-07 15:18:45 +02:00
script-fields.asciidoc Scripting: Unify script and template requests across codebase 2015-05-29 16:52:04 +01:00
scroll.asciidoc Fix typo in scroll.asciidoc 2015-12-16 20:31:46 -05:00
search-after.asciidoc Add search_after parameter in the Search API. 2016-01-27 09:42:58 +01:00
search-type.asciidoc Remove the scan and count search types. 2015-09-07 15:18:45 +02:00
sort.asciidoc Merge pull request #15473 from jmluy/patch-1 2015-12-16 12:53:09 +01:00
source-filtering.asciidoc Merge pull request #12183 from erichard/patch-1 2015-07-10 19:15:56 +02:00
version.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00