OpenSearch/docs/java-rest/high-level/supported-apis.asciidoc

32 lines
783 B
Plaintext

[[java-rest-high-supported-apis]]
== Supported APIs
The Java High Level REST Client supports the following APIs:
Indices APIs::
* <<java-rest-high-create-index>>
* <<java-rest-high-delete-index>>
* <<java-rest-high-open-index>>
* <<java-rest-high-close-index>>
* <<java-rest-high-put-mapping>>
* <<java-rest-high-update-aliases>>
* <<java-rest-high-exists-alias>>
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>>
Miscellaneous APIs::
* <<java-rest-high-main>>
include::apis/index.asciidoc[]