mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
31 lines
512 B
Text
31 lines
512 B
Text
[[docs]]
|
|
= Document APIs
|
|
|
|
[partintro]
|
|
--
|
|
|
|
This section describes the REST APIs *elasticsearch* provides (mainly)
|
|
using JSON. The API is exposed using
|
|
<<modules-http,HTTP>>,
|
|
<<modules-thrift,thrift>>,
|
|
<<modules-memcached,memcached>>.
|
|
|
|
--
|
|
|
|
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[]
|
|
|
|
|