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