OpenSearch/docs/reference/mapping/fields
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
..
all-field.asciidoc CONSOLEify some more docs 2017-04-24 16:08:19 -04:00
field-names-field.asciidoc Update field-names-field.asciidoc (#24178) 2017-04-19 11:57:37 +02:00
id-field.asciidoc Identify documents by their `_id`. (#24460) 2017-05-09 16:33:52 +02:00
index-field.asciidoc Use `refresh=true` in mapping/fields examples (#20120) 2016-08-23 13:32:14 +02:00
meta-field.asciidoc Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
parent-field.asciidoc Only allow one type on 7.0 indices (#24317) 2017-04-27 08:43:20 +02:00
routing-field.asciidoc Allow an index to be partitioned with custom routing (#22274) 2017-01-18 08:51:23 +01:00
source-field.asciidoc Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
type-field.asciidoc Only allow one type on 7.0 indices (#24317) 2017-04-27 08:43:20 +02:00
uid-field.asciidoc Identify documents by their `_id`. (#24460) 2017-05-09 16:33:52 +02:00