2017-08-01 10:38:56 +02:00
|
|
|
[[java-rest-high-supported-apis]]
|
2017-07-04 10:58:57 +02:00
|
|
|
== Supported APIs
|
2017-02-24 13:52:36 +01:00
|
|
|
|
2017-07-03 10:48:16 +02:00
|
|
|
The Java High Level REST Client supports the following APIs:
|
|
|
|
|
2017-10-26 08:52:46 +01:00
|
|
|
Indices APIs::
|
2017-12-07 10:39:59 +00:00
|
|
|
* <<java-rest-high-create-index>>
|
2017-10-26 08:52:46 +01:00
|
|
|
* <<java-rest-high-delete-index>>
|
2018-01-17 11:47:08 +01:00
|
|
|
* <<java-rest-high-open-index>>
|
|
|
|
* <<java-rest-high-close-index>>
|
2018-01-23 10:03:32 +00:00
|
|
|
* <<java-rest-high-put-mapping>>
|
2018-01-25 14:34:06 +01:00
|
|
|
* <<java-rest-high-update-aliases>>
|
2018-01-25 14:53:27 +01:00
|
|
|
* <<java-rest-high-exists-alias>>
|
2018-02-01 16:37:01 +01:00
|
|
|
* <<java-rest-high-shrink-index>>
|
|
|
|
* <<java-rest-high-split-index>>
|
2017-10-26 08:52:46 +01:00
|
|
|
|
2017-09-06 14:06:41 +02:00
|
|
|
Single document APIs::
|
2017-07-03 10:48:16 +02:00
|
|
|
* <<java-rest-high-document-index>>
|
2017-07-05 11:57:57 +02:00
|
|
|
* <<java-rest-high-document-get>>
|
2017-02-24 13:52:36 +01:00
|
|
|
* <<java-rest-high-document-delete>>
|
2017-07-05 12:16:42 +02:00
|
|
|
* <<java-rest-high-document-update>>
|
2017-07-03 10:48:16 +02:00
|
|
|
|
2017-09-06 14:06:41 +02:00
|
|
|
Multi document APIs::
|
2017-07-05 09:26:26 +02:00
|
|
|
* <<java-rest-high-document-bulk>>
|
2017-07-03 10:48:16 +02:00
|
|
|
|
2017-09-06 14:06:41 +02:00
|
|
|
Search APIs::
|
2017-07-07 12:19:33 +02:00
|
|
|
* <<java-rest-high-search>>
|
|
|
|
* <<java-rest-high-search-scroll>>
|
|
|
|
* <<java-rest-high-clear-scroll>>
|
2017-08-01 10:38:56 +02:00
|
|
|
|
2017-09-06 14:06:41 +02:00
|
|
|
Miscellaneous APIs::
|
2017-08-01 10:38:56 +02:00
|
|
|
* <<java-rest-high-main>>
|
2017-09-06 14:06:41 +02:00
|
|
|
|
|
|
|
include::apis/index.asciidoc[]
|