OpenSearch/docs/reference/migration/migrate_6_0
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
..
aggregations.asciidoc Remove support for the include/pattern syntax. (#23141) 2017-03-01 10:00:38 +01:00
cat.asciidoc Remove 5.x references from cat API migration doc 2016-11-09 07:09:59 -05:00
cluster.asciidoc No longer allow cluster name in data path 2016-09-12 15:47:01 -06:00
docs.asciidoc Fixed chunking of breaking changes docs 2017-05-05 11:08:55 +02:00
indices.asciidoc Fixed chunking of breaking changes docs 2017-05-05 11:08:55 +02:00
ingest.asciidoc Change type of ingest doc meta-data field 'TIMESTAMP' to `Date` (#22234) 2016-12-19 09:10:58 +01:00
java.asciidoc fix typo in migrate_6_0/java.asciidoc 2017-05-03 15:00:44 +02:00
mappings.asciidoc Fixed chunking of breaking changes docs 2017-05-05 11:08:55 +02:00
packaging.asciidoc Remove customization of ES_USER and ES_GROUP 2017-04-14 13:24:21 -06:00
percolator.asciidoc percolator: remove deprecated percolate and mpercolate apis 2017-01-10 11:18:27 +01:00
plugins.asciidoc Ec2 Discovery: Cleanup deprecated settings (#24150) 2017-04-19 12:06:10 -07:00
rest.asciidoc Identify documents by their `_id`. (#24460) 2017-05-09 16:33:52 +02:00
scripting.asciidoc Added removal of JavaScript and Python to breaking changes 2017-05-05 12:39:50 +02:00
search.asciidoc Identify documents by their `_id`. (#24460) 2017-05-09 16:33:52 +02:00
settings.asciidoc Upgrade to a Lucene 7 snapshot (#24089) 2017-04-18 15:17:21 +02:00
stats.asciidoc Simplify file store 2017-05-04 11:19:41 -04:00