mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 04:58:50 +00:00
ecf39bc0c1
The current "Building Queries" and "Building Aggregations" pages are located under the "Supported Apis" section because they are linked to the "Search API" page. It should instead be in a dedicated section: this commit adds a new "Using Java Builders" section and renames few filenames in favor of more meaningful names.
23 lines
531 B
Plaintext
23 lines
531 B
Plaintext
[[java-rest-high-supported-apis]]
|
|
== 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>>
|
|
|
|
Miscellaneous APIs::
|
|
* <<java-rest-high-main>>
|
|
|
|
include::apis/index.asciidoc[] |