OpenSearch/client
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
..
benchmark Upgrade checkstyle to version 7.5 2017-02-03 09:46:44 -05:00
client-benchmark-noop-api-plugin Expose `batched_reduce_size` via `_search` (#23288) 2017-02-21 18:36:59 +01:00
rest Use StringBuilder to construct a String instead of relying on appending where possible (#24753) 2017-05-18 12:02:29 +02:00
rest-high-level 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
sniffer Update Jackson to 2.8.6 (#22596) 2017-01-13 09:05:48 +01:00
test move ignore parameter support from yaml test client to low level rest client (#22637) 2017-01-16 18:54:44 +01:00
transport Disable the Netty recycler in the client 2017-05-19 09:05:30 -04:00