2017-08-01 10:38:56 +02:00
|
|
|
[[java-rest-high-supported-apis]]
|
2017-02-24 13:52:36 +01:00
|
|
|
|
2018-02-02 17:19:50 +01:00
|
|
|
== Document APIs
|
2017-07-03 10:48:16 +02:00
|
|
|
|
2018-02-02 17:19:50 +01:00
|
|
|
The Java High Level REST Client supports the following Document APIs:
|
2017-10-26 08:52:46 +01:00
|
|
|
|
2018-02-02 17:19:50 +01:00
|
|
|
[[single-doc]]
|
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
|
|
|
|
2018-02-02 17:19:50 +01:00
|
|
|
[[multi-doc]]
|
|
|
|
Multi-document APIs::
|
2017-07-05 09:26:26 +02:00
|
|
|
* <<java-rest-high-document-bulk>>
|
2018-03-16 18:52:34 -04:00
|
|
|
* <<java-rest-high-document-multi-get>>
|
2017-07-03 10:48:16 +02:00
|
|
|
|
2018-02-02 17:19:50 +01:00
|
|
|
include::document/index.asciidoc[]
|
|
|
|
include::document/get.asciidoc[]
|
2018-03-15 12:10:30 -04:00
|
|
|
include::document/exists.asciidoc[]
|
2018-02-02 17:19:50 +01:00
|
|
|
include::document/delete.asciidoc[]
|
|
|
|
include::document/update.asciidoc[]
|
|
|
|
include::document/bulk.asciidoc[]
|
2018-03-16 18:52:34 -04:00
|
|
|
include::document/multi-get.asciidoc[]
|
2018-02-02 17:19:50 +01:00
|
|
|
|
|
|
|
== Search APIs
|
|
|
|
|
|
|
|
The Java High Level REST Client supports the following Search APIs:
|
|
|
|
|
2017-07-07 12:19:33 +02:00
|
|
|
* <<java-rest-high-search>>
|
|
|
|
* <<java-rest-high-search-scroll>>
|
|
|
|
* <<java-rest-high-clear-scroll>>
|
2018-05-15 13:07:58 -07:00
|
|
|
* <<java-rest-high-search-template>>
|
2018-03-23 10:11:50 -04:00
|
|
|
* <<java-rest-high-multi-search>>
|
2018-04-26 09:50:37 -07:00
|
|
|
* <<java-rest-high-field-caps>>
|
2018-04-10 10:15:31 +02:00
|
|
|
* <<java-rest-high-rank-eval>>
|
2018-06-27 21:20:56 +08:00
|
|
|
* <<java-rest-high-explain>>
|
2017-08-01 10:38:56 +02:00
|
|
|
|
2018-02-02 17:19:50 +01:00
|
|
|
include::search/search.asciidoc[]
|
|
|
|
include::search/scroll.asciidoc[]
|
2018-03-23 10:11:50 -04:00
|
|
|
include::search/multi-search.asciidoc[]
|
2018-05-15 13:07:58 -07:00
|
|
|
include::search/search-template.asciidoc[]
|
2018-04-26 09:50:37 -07:00
|
|
|
include::search/field-caps.asciidoc[]
|
2018-04-10 10:15:31 +02:00
|
|
|
include::search/rank-eval.asciidoc[]
|
2018-06-27 21:20:56 +08:00
|
|
|
include::search/explain.asciidoc[]
|
2018-02-02 17:19:50 +01:00
|
|
|
|
|
|
|
== Miscellaneous APIs
|
|
|
|
|
|
|
|
The Java High Level REST Client supports the following Miscellaneous APIs:
|
|
|
|
|
2017-08-01 10:38:56 +02:00
|
|
|
* <<java-rest-high-main>>
|
2018-03-14 14:27:01 -04:00
|
|
|
* <<java-rest-high-ping>>
|
2017-09-06 14:06:41 +02:00
|
|
|
|
2018-02-02 17:19:50 +01:00
|
|
|
include::miscellaneous/main.asciidoc[]
|
2018-03-14 14:27:01 -04:00
|
|
|
include::miscellaneous/ping.asciidoc[]
|
2018-02-02 17:19:50 +01: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 11:49:14 +01:00
|
|
|
* <<java-rest-high-refresh>>
|
2018-03-01 10:56:03 +01:00
|
|
|
* <<java-rest-high-flush>>
|
2018-05-30 13:32:52 +02:00
|
|
|
* <<java-rest-high-flush-synced>>
|
2018-03-20 10:39:36 +01:00
|
|
|
* <<java-rest-high-clear-cache>>
|
2018-03-22 17:17:16 +01:00
|
|
|
* <<java-rest-high-force-merge>>
|
2018-02-20 15:58:58 +01:00
|
|
|
* <<java-rest-high-rollover-index>>
|
2018-04-16 21:39:11 +02:00
|
|
|
* <<java-rest-high-indices-put-settings>>
|
2018-05-04 11:14:28 -04:00
|
|
|
* <<java-rest-high-get-settings>>
|
2018-06-18 15:59:29 +02:00
|
|
|
* <<java-rest-high-indices-validate-query>>
|
2018-02-02 17:19:50 +01:00
|
|
|
|
|
|
|
Mapping Management::
|
|
|
|
* <<java-rest-high-put-mapping>>
|
2018-06-23 09:39:17 +02:00
|
|
|
* <<java-rest-high-get-field-mappings>>
|
2018-02-02 17:19:50 +01:00
|
|
|
|
|
|
|
Alias Management::
|
|
|
|
* <<java-rest-high-update-aliases>>
|
|
|
|
* <<java-rest-high-exists-alias>>
|
2018-06-12 10:26:17 +02:00
|
|
|
* <<java-rest-high-get-alias>>
|
2018-02-02 17:19:50 +01:00
|
|
|
|
|
|
|
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 11:49:14 +01:00
|
|
|
include::indices/refresh.asciidoc[]
|
2018-03-01 10:56:03 +01:00
|
|
|
include::indices/flush.asciidoc[]
|
2018-05-30 13:32:52 +02:00
|
|
|
include::indices/flush_synced.asciidoc[]
|
2018-03-20 10:39:36 +01:00
|
|
|
include::indices/clear_cache.asciidoc[]
|
2018-03-22 17:17:16 +01:00
|
|
|
include::indices/force_merge.asciidoc[]
|
2018-02-20 15:58:58 +01:00
|
|
|
include::indices/rollover.asciidoc[]
|
2018-02-02 17:19:50 +01:00
|
|
|
include::indices/put_mapping.asciidoc[]
|
2018-06-04 14:31:08 -06:00
|
|
|
include::indices/get_mappings.asciidoc[]
|
2018-06-23 09:39:17 +02:00
|
|
|
include::indices/get_field_mappings.asciidoc[]
|
2018-02-02 17:19:50 +01:00
|
|
|
include::indices/update_aliases.asciidoc[]
|
|
|
|
include::indices/exists_alias.asciidoc[]
|
2018-06-12 10:26:17 +02:00
|
|
|
include::indices/get_alias.asciidoc[]
|
2018-04-16 21:39:11 +02:00
|
|
|
include::indices/put_settings.asciidoc[]
|
2018-05-04 11:14:28 -04:00
|
|
|
include::indices/get_settings.asciidoc[]
|
2018-05-06 09:47:36 -04:00
|
|
|
include::indices/put_template.asciidoc[]
|
2018-06-18 15:59:29 +02:00
|
|
|
include::indices/validate_query.asciidoc[]
|
2018-06-11 11:06:28 -04:00
|
|
|
include::indices/get_templates.asciidoc[]
|
2018-02-02 17:19:50 +01:00
|
|
|
|
2018-02-15 17:21:45 +01:00
|
|
|
== Cluster APIs
|
|
|
|
|
|
|
|
The Java High Level REST Client supports the following Cluster APIs:
|
|
|
|
|
|
|
|
* <<java-rest-high-cluster-put-settings>>
|
2018-06-12 07:34:06 -04:00
|
|
|
* <<java-rest-high-cluster-health>>
|
2018-02-15 17:21:45 +01:00
|
|
|
|
|
|
|
include::cluster/put_settings.asciidoc[]
|
2018-06-12 07:34:06 -04:00
|
|
|
include::cluster/health.asciidoc[]
|
2018-06-04 10:34:55 +02:00
|
|
|
|
|
|
|
== Ingest APIs
|
|
|
|
The Java High Level REST Client supports the following Ingest APIs:
|
|
|
|
|
|
|
|
* <<java-rest-high-ingest-put-pipeline>>
|
|
|
|
* <<java-rest-high-ingest-get-pipeline>>
|
|
|
|
* <<java-rest-high-ingest-delete-pipeline>>
|
2018-06-22 09:59:04 +02:00
|
|
|
* <<java-rest-high-ingest-simulate-pipeline>>
|
2018-06-04 10:34:55 +02:00
|
|
|
|
|
|
|
include::ingest/put_pipeline.asciidoc[]
|
|
|
|
include::ingest/get_pipeline.asciidoc[]
|
|
|
|
include::ingest/delete_pipeline.asciidoc[]
|
2018-06-22 09:59:04 +02:00
|
|
|
include::ingest/simulate_pipeline.asciidoc[]
|
2018-05-09 07:25:23 -05:00
|
|
|
|
|
|
|
== Snapshot APIs
|
|
|
|
|
|
|
|
The Java High Level REST Client supports the following Snapshot APIs:
|
|
|
|
|
|
|
|
* <<java-rest-high-snapshot-get-repository>>
|
2018-05-21 19:52:21 -05:00
|
|
|
* <<java-rest-high-snapshot-create-repository>>
|
|
|
|
* <<java-rest-high-snapshot-delete-repository>>
|
2018-05-30 11:10:00 -05:00
|
|
|
* <<java-rest-high-snapshot-verify-repository>>
|
2018-06-27 09:30:10 -07:00
|
|
|
* <<java-rest-high-snapshot-create-snapshot>>
|
2018-06-27 18:04:34 -06:00
|
|
|
* <<java-rest-high-snapshot-get-snapshots>>
|
2018-06-20 16:42:50 +02:00
|
|
|
* <<java-rest-high-snapshot-delete-snapshot>>
|
2018-05-09 07:25:23 -05:00
|
|
|
|
2018-05-15 21:21:11 -05:00
|
|
|
include::snapshot/get_repository.asciidoc[]
|
2018-05-16 07:31:37 -04:00
|
|
|
include::snapshot/create_repository.asciidoc[]
|
2018-05-21 19:52:21 -05:00
|
|
|
include::snapshot/delete_repository.asciidoc[]
|
2018-05-30 11:10:00 -05:00
|
|
|
include::snapshot/verify_repository.asciidoc[]
|
2018-06-27 09:30:10 -07:00
|
|
|
include::snapshot/create_snapshot.asciidoc[]
|
2018-06-27 18:04:34 -06:00
|
|
|
include::snapshot/get_snapshots.asciidoc[]
|
2018-06-20 16:42:50 +02:00
|
|
|
include::snapshot/delete_snapshot.asciidoc[]
|
2018-05-29 10:54:41 +02:00
|
|
|
|
|
|
|
== Tasks APIs
|
|
|
|
|
|
|
|
The Java High Level REST Client supports the following Tasks APIs:
|
|
|
|
|
|
|
|
* <<java-rest-high-tasks-list>>
|
2018-06-07 14:02:23 -07:00
|
|
|
* <<java-rest-high-cluster-cancel-tasks>>
|
2018-05-29 10:54:41 +02:00
|
|
|
|
|
|
|
include::tasks/list_tasks.asciidoc[]
|
2018-06-07 14:02:23 -07:00
|
|
|
include::tasks/cancel_tasks.asciidoc[]
|
2018-06-19 14:21:11 +02:00
|
|
|
|
|
|
|
== Script APIs
|
|
|
|
|
|
|
|
The Java High Level REST Client supports the following Scripts APIs:
|
|
|
|
|
|
|
|
* <<java-rest-high-get-stored-script>>
|
|
|
|
* <<java-rest-high-delete-stored-script>>
|
|
|
|
|
|
|
|
include::script/get_script.asciidoc[]
|
|
|
|
include::script/delete_script.asciidoc[]
|
|
|
|
|