OpenSearch/docs/reference/mapping
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
..
dynamic CONSOLEify a few more docs 2017-05-04 21:01:14 -04:00
fields Identify documents by their `_id`. (#24460) 2017-05-09 16:33:52 +02:00
params CONSOLEify some more docs 2017-04-24 16:08:19 -04:00
types Add new ip_range field type 2017-05-05 09:43:42 -05:00
dynamic-mapping.asciidoc Allows multiple patterns to be specified for index templates (#21009) 2016-11-10 18:00:30 -05:00
fields.asciidoc Disable _all by default 2017-01-11 16:47:13 -07:00
params.asciidoc Disallow include_in_all for 6.0+ indices 2017-02-07 19:31:51 -07:00
types.asciidoc Add RangeFieldMapper for numeric and date range types 2016-11-29 10:10:14 -06:00