2013-08-28 19:24:34 -04:00
|
|
|
[[docs]]
|
|
|
|
= Document APIs
|
|
|
|
|
|
|
|
[partintro]
|
|
|
|
--
|
|
|
|
|
2013-10-13 10:46:56 -04:00
|
|
|
This section describes the following CRUD APIs:
|
|
|
|
|
|
|
|
.Single document APIs
|
|
|
|
* <<docs-index_>>
|
|
|
|
* <<docs-get>>
|
|
|
|
* <<docs-delete>>
|
|
|
|
* <<docs-update>>
|
|
|
|
|
|
|
|
.Multi-document APIs
|
|
|
|
* <<docs-multi-get>>
|
|
|
|
* <<docs-bulk>>
|
|
|
|
* <<docs-bulk-udp>>
|
|
|
|
* <<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.
|
2013-08-28 19:24:34 -04:00
|
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
include::docs/index_.asciidoc[]
|
|
|
|
|
|
|
|
include::docs/get.asciidoc[]
|
|
|
|
|
|
|
|
include::docs/delete.asciidoc[]
|
|
|
|
|
|
|
|
include::docs/update.asciidoc[]
|
|
|
|
|
|
|
|
include::docs/multi-get.asciidoc[]
|
|
|
|
|
|
|
|
include::docs/bulk.asciidoc[]
|
|
|
|
|
|
|
|
include::docs/delete-by-query.asciidoc[]
|
|
|
|
|
|
|
|
include::docs/bulk-udp.asciidoc[]
|
|
|
|
|
|
|
|
|