OpenSearch/docs/reference/search/request
Adrien Grand a72eaa8e0f Identify documents by their `_id`. (#24460)
Now that indices have a single type by default, we can move to the next step
and identify documents using their `_id` rather than the `_uid`.

One notable change in this commit is that I made deletions implicitly create
types. This helps with the live version map in the case that documents are
deleted before the first type is introduced. Otherwise there would be no way
to differenciate `DELETE index/foo/1` followed by `PUT index/foo/1` from
`DELETE index/bar/1` followed by `PUT index/foo/1`, even though those are
different if versioning is involved.
2017-05-09 16:33:52 +02:00
..
collapse.asciidoc Removes ExpandCollapseSearchResponseListener, search response listeners and blocking calls 2017-02-09 18:06:10 +01:00
docvalue-fields.asciidoc Bad asciidoc link 2016-07-04 11:02:06 +02:00
explain.asciidoc Add CONSOLE to several trivial search request docs. 2016-05-18 13:15:19 +02:00
from-size.asciidoc Add CONSOLE to from/size docs 2016-05-18 11:54:41 +02:00
highlighting.asciidoc Update reference docs for Highlighter fragmenter (#23754) 2017-04-17 14:00:24 -04:00
index-boost.asciidoc Resolve index names in indices_boost 2016-12-11 21:41:49 +09:00
inner-hits.asciidoc CONSOLEify inner hits docs 2017-05-04 17:30:54 -04:00
min-score.asciidoc Add CONSOLE to several trivial search request docs. 2016-05-18 13:15:19 +02:00
named-queries-and-filters.asciidoc Add indent 2016-05-19 09:33:29 +02:00
post-filter.asciidoc Add CONSOLE to post-filter 2016-05-18 14:31:04 +02:00
preference.asciidoc Clarify preference docs 2017-03-29 12:55:47 -04:00
query.asciidoc Add CONSOLE to several trivial search request docs. 2016-05-18 13:15:19 +02:00
rescore.asciidoc Docs: CONSOLEify some more docs 2017-02-07 16:49:01 -05:00
script-fields.asciidoc Change params._source to params['_source'] in example. 2017-03-15 17:29:31 -07:00
scroll.asciidoc Allow passing single scrollID in clear scroll API body (#24242) 2017-04-25 13:43:21 +02:00
search-after.asciidoc Identify documents by their `_id`. (#24460) 2017-05-09 16:33:52 +02:00
search-type.asciidoc Remove the scan and count search types. 2015-09-07 15:18:45 +02:00
sort.asciidoc Fix indentation in sort docs 2017-03-12 17:08:06 -07:00
source-filtering.asciidoc Fixed naming inconsistency for fields/stored_fields in the APIs (#20166) 2016-09-13 20:54:41 +02:00
stored-fields.asciidoc Fix asciidoc in stored fields 2017-02-03 10:18:01 +01:00
version.asciidoc Add CONSOLE to version docs 2016-05-18 15:32:48 +02:00