OpenSearch/docs/reference/migration/migrate_6_0
olcbean e08e92d934 Deleting a document from a non-existing index creates the should not auto create it, unless using EXTERNAL* versioning (#24518)
Currently a `delete document` request against a non-existing index actually **creates** this index.

With this change the `delete document` no longer creates the previously non-existing index and throws an `index_not_found` exception instead.

However as discussed in https://github.com/elastic/elasticsearch/pull/15451#issuecomment-165772026, if an external version is explicitly used, the current behavior is preserved and the index is still created and the document is marked for deletion.

Fixes #15425
2017-05-22 10:00:22 +03: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 Deleting a document from a non-existing index creates the should not auto create it, unless using EXTERNAL* versioning (#24518) 2017-05-22 10:00:22 +03: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 Compound order for histogram aggregations. (#22343) 2017-05-11 18:06:26 +01:00
mappings.asciidoc Update mappings.asciidoc 2017-05-20 13:39:05 -05: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 GCS Repository: Remove specifying credential file on disk (#24727) 2017-05-18 10:22:29 -07:00
rest.asciidoc Identify documents by their `_id`. (#24460) 2017-05-09 16:33:52 +02:00
scripting.asciidoc Remove Deprecated Script Settings (#24756) 2017-05-18 13:32:46 -07:00
search.asciidoc Removed deprecated template query. 2017-05-11 14:56:45 +02:00
settings.asciidoc Remove Deprecated Script Settings (#24756) 2017-05-18 13:32:46 -07:00
stats.asciidoc Simplify file store 2017-05-04 11:19:41 -04:00