2017-08-01 04:38:56 -04:00
|
|
|
[[java-rest-high-supported-apis]]
|
2017-02-24 07:52:36 -05:00
|
|
|
|
2018-02-02 11:19:50 -05:00
|
|
|
== Document APIs
|
2017-07-03 04:48:16 -04:00
|
|
|
|
2018-02-02 11:19:50 -05:00
|
|
|
The Java High Level REST Client supports the following Document APIs:
|
2017-10-26 03:52:46 -04:00
|
|
|
|
2018-02-02 11:19:50 -05:00
|
|
|
[[single-doc]]
|
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
|
|
|
|
2018-02-02 11:19:50 -05:00
|
|
|
[[multi-doc]]
|
|
|
|
Multi-document APIs::
|
2017-07-05 03:26:26 -04:00
|
|
|
* <<java-rest-high-document-bulk>>
|
2017-07-03 04:48:16 -04:00
|
|
|
|
2018-02-02 11:19:50 -05:00
|
|
|
include::document/index.asciidoc[]
|
|
|
|
include::document/get.asciidoc[]
|
|
|
|
include::document/delete.asciidoc[]
|
|
|
|
include::document/update.asciidoc[]
|
|
|
|
include::document/bulk.asciidoc[]
|
|
|
|
|
|
|
|
== Search APIs
|
|
|
|
|
|
|
|
The Java High Level REST Client supports the following 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
|
|
|
|
2018-02-02 11:19:50 -05:00
|
|
|
include::search/search.asciidoc[]
|
|
|
|
include::search/scroll.asciidoc[]
|
|
|
|
|
|
|
|
== Miscellaneous APIs
|
|
|
|
|
|
|
|
The Java High Level REST Client supports the following Miscellaneous APIs:
|
|
|
|
|
2017-08-01 04:38:56 -04:00
|
|
|
* <<java-rest-high-main>>
|
2018-03-14 14:27:01 -04:00
|
|
|
* <<java-rest-high-ping>>
|
2017-09-06 08:06:41 -04:00
|
|
|
|
2018-02-02 11:19:50 -05:00
|
|
|
include::miscellaneous/main.asciidoc[]
|
2018-03-14 14:27:01 -04:00
|
|
|
include::miscellaneous/ping.asciidoc[]
|
2018-02-02 11:19:50 -05:00
|
|
|
|
|
|
|
== Indices APIs
|
|
|
|
|
|
|
|
The Java High Level REST Client supports the following Indices APIs:
|
|
|
|
|
|
|
|
Index Management::
|
|
|
|
* <<java-rest-high-create-index>>
|
|
|
|
* <<java-rest-high-delete-index>>
|
|
|
|
* <<java-rest-high-indices-exists>>
|
|
|
|
* <<java-rest-high-open-index>>
|
|
|
|
* <<java-rest-high-close-index>>
|
|
|
|
* <<java-rest-high-shrink-index>>
|
|
|
|
* <<java-rest-high-split-index>>
|
2018-02-28 05:49:14 -05:00
|
|
|
* <<java-rest-high-refresh>>
|
2018-03-01 04:56:03 -05:00
|
|
|
* <<java-rest-high-flush>>
|
2018-02-20 09:58:58 -05:00
|
|
|
* <<java-rest-high-rollover-index>>
|
2018-02-02 11:19:50 -05:00
|
|
|
|
|
|
|
Mapping Management::
|
|
|
|
* <<java-rest-high-put-mapping>>
|
|
|
|
|
|
|
|
Alias Management::
|
|
|
|
* <<java-rest-high-update-aliases>>
|
|
|
|
* <<java-rest-high-exists-alias>>
|
|
|
|
|
|
|
|
include::indices/create_index.asciidoc[]
|
|
|
|
include::indices/delete_index.asciidoc[]
|
|
|
|
include::indices/indices_exists.asciidoc[]
|
|
|
|
include::indices/open_index.asciidoc[]
|
|
|
|
include::indices/close_index.asciidoc[]
|
|
|
|
include::indices/shrink_index.asciidoc[]
|
|
|
|
include::indices/split_index.asciidoc[]
|
2018-02-28 05:49:14 -05:00
|
|
|
include::indices/refresh.asciidoc[]
|
2018-03-01 04:56:03 -05:00
|
|
|
include::indices/flush.asciidoc[]
|
2018-02-20 09:58:58 -05:00
|
|
|
include::indices/rollover.asciidoc[]
|
2018-02-02 11:19:50 -05:00
|
|
|
include::indices/put_mapping.asciidoc[]
|
|
|
|
include::indices/update_aliases.asciidoc[]
|
|
|
|
include::indices/exists_alias.asciidoc[]
|
|
|
|
|
2018-02-15 11:21:45 -05:00
|
|
|
== Cluster APIs
|
|
|
|
|
|
|
|
The Java High Level REST Client supports the following Cluster APIs:
|
|
|
|
|
|
|
|
* <<java-rest-high-cluster-put-settings>>
|
|
|
|
|
|
|
|
include::cluster/put_settings.asciidoc[]
|