OpenSearch/plugins/delete-by-query/rest-api-spec
Tanguy Leroux ba3540675a Add delete-by-query plugin
The delete by query plugin adds support for deleting all of the documents (from one or more indices) which match the specified query. It is a replacement for the problematic delete-by-query functionality which has been removed from Elasticsearch core in 2.0. Internally, it uses the Scan/Scroll and Bulk APIs to delete documents in an efficient and safe manner. It is slower than the old delete-by-query functionality, but fixes the problems with the previous implementation.

Closes #7052
2015-06-17 14:52:25 +02:00
..
api Add delete-by-query plugin 2015-06-17 14:52:25 +02:00
test/delete_by_query Add delete-by-query plugin 2015-06-17 14:52:25 +02:00