mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
This commit adds documentation for _search/scroll and clear scroll methods of the high level Java REST client
18 lines
415 B
Plaintext
18 lines
415 B
Plaintext
== 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
|
|
* <<java-rest-high-search>>
|
|
* <<java-rest-high-search-scroll>>
|
|
* <<java-rest-high-clear-scroll>>
|