OpenSearch/docs/reference/search
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
..
request Add search_after parameter in the Search API. 2016-01-27 09:42:58 +01:00
suggesters [DOCS] Document the `string_distance` parameter for term suggestor 2016-01-21 10:00:46 -07:00
count.asciidoc [DOCS] terminate_after is not experimental anymore 2015-10-19 13:56:42 +02:00
explain.asciidoc Revert "[QUERY] Remove lowercase_expanded_terms and locale options" 2015-03-13 13:51:44 -06:00
field-stats.asciidoc field stats: Added `min_value_as_string` and `max_value_as_string` response elements for all number based fields. The existing `min_value` and `max_value` will return the values as numbers instead. 2015-11-23 08:48:28 +01:00
multi-search.asciidoc Docs: Always quote "@file" argument to --data-binary 2015-09-19 17:28:15 +02:00
percolate.asciidoc percolator: The percolate api shouldn't add field mappings for unmapped fields inside the document being percolated to the mapping. 2016-01-26 10:26:46 +01:00
profile.asciidoc Docs: Remove deprecated documentation flag in profile docs 2015-12-23 10:59:38 +01:00
request-body.asciidoc Add search_after parameter in the Search API. 2016-01-27 09:42:58 +01:00
search-shards.asciidoc Docs: Fixed path to search-shards 2014-07-26 15:05:53 +02:00
search-template.asciidoc fix syntax in the request params 2016-01-04 10:19:46 +05:30
search.asciidoc [DOCS] document replacement for search exists 2015-11-09 15:05:07 +01:00
suggesters.asciidoc Search: Remove the `count` search type. 2015-03-31 11:31:49 +02:00
uri-request.asciidoc [DOCS] terminate_after is not experimental anymore 2015-10-19 13:56:42 +02:00
validate.asciidoc Docs: Remove docs for the `filtered`, `and`, `or` and `(f)query` queries. 2015-09-11 11:00:54 +02:00