Remove delete-by-query core docs

We moved delete-by-query from core to a plugin, but forgot to remove the core docs.

Closes #12585
This commit is contained in:
Michael McCandless 2015-08-01 05:14:46 -04:00 committed by mikemccand
parent bd249448c3
commit ac2e0fd6a0
9 changed files with 5 additions and 202 deletions

View file

@ -12,7 +12,6 @@ This section describes the following CRUD APIs:
.Multi-document APIs
* <<java-docs-multi-get>>
* <<java-docs-bulk>>
* <<java-docs-delete-by-query>>
NOTE: All CRUD APIs are single-index APIs. The `index` parameter accepts a single
index name, or an `alias` which points to a single index.
@ -28,5 +27,3 @@ include::docs/update.asciidoc[]
include::docs/multi-get.asciidoc[]
include::docs/bulk.asciidoc[]
include::docs/delete-by-query.asciidoc[]