elasticsearch/docs/java-rest/high-level/apis.asciidoc
javanna 7899dbef3b [DOCS] High Level Client: fix index items order
Also group APIs under single document, multi-document and search
2017-07-05 12:07:09 +02:00

17 lines
346 B
Text

== Supported APIs
The Java High Level REST Client supports the following APIs:
.Single document APIs
* <<java-rest-high-document-index>>
* <<java-rest-high-document-get>>
* <<java-rest-high-document-delete>>
* Update API
.Multi-document APIs
* <<java-rest-high-document-bulk>>
.Search APIs
* Search API
* Search Scroll API
* Clear Scroll API