mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
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:
parent
bd249448c3
commit
ac2e0fd6a0
9 changed files with 5 additions and 202 deletions
|
@ -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[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue