OpenSearch/docs/reference/migration
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
..
migrate_6_0 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
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