OpenSearch/docs/reference/migration
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
..
migrate_6_0 Identify documents by their `_id`. (#24460) 2017-05-09 16:33:52 +02:00
index.asciidoc Remove collect payloads parameter 2016-09-08 09:37:36 -04:00
migrate_6_0.asciidoc Remove customization of ES_USER and ES_GROUP 2017-04-14 13:24:21 -06:00