mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 23:57:20 -04:00
17 lines
370 B
Text
17 lines
370 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>>
|
|
* <<java-rest-high-document-update>>
|
|
|
|
.Multi-document APIs
|
|
* <<java-rest-high-document-bulk>>
|
|
|
|
.Search APIs
|
|
* Search API
|
|
* Search Scroll API
|
|
* Clear Scroll API
|