OpenSearch/docs/reference/search
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
..
request Identify documents by their `_id`. (#24460) 2017-05-09 16:33:52 +02:00
suggesters Update completion-suggest.asciidoc (#24506) 2017-05-05 11:34:41 -04:00
count.asciidoc Remove `lowercase_expanded_terms` and `locale` from query-parser options. (#20208) 2016-11-02 14:25:08 +01:00
explain.asciidoc Nested queries should avoid adding unnecessary filters when possible. (#23079) 2017-02-14 16:05:19 +01:00
field-caps.asciidoc Fix FieldCaps documentation 2017-05-02 10:14:47 +02:00
field-stats.asciidoc Deprecate _field_stats endpoint (#23914) 2017-04-10 10:10:16 +02:00
multi-search.asciidoc Remove ldjson support and document ndjson for bulk/msearch (#23049) 2017-02-08 11:55:50 -05:00
profile.asciidoc [DOCS] Fix inconsistent formatting for fieldnames in profile.asciidoc 2017-01-18 10:41:22 +01:00
request-body.asciidoc Added docs for batched_reduce_size 2017-05-02 14:25:03 +02:00
search-shards.asciidoc Include all aliases including non-filtering in `_search_shards` response (#24489) 2017-05-05 09:34:12 +02:00
search-template.asciidoc Rewrite the scripting security docs (#23930) 2017-04-07 11:46:41 -04:00
search.asciidoc Set shard count limit to unlimited (#24012) 2017-04-10 17:09:21 +02:00
suggesters.asciidoc Use `typed_keys` parameter to prefix suggester names by type in search responses (#23080) 2017-02-10 10:53:38 +01:00
uri-request.asciidoc Added docs for batched_reduce_size 2017-05-02 14:25:03 +02:00
validate.asciidoc Do not index `_type` when there is at most one type. (#24363) 2017-05-04 16:29:35 +02:00