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>>
|
2018-08-28 19:02:23 +02:00
|
|
|
* <<java-rest-high-document-reindex>>
|
2018-09-02 21:15:00 +02:00
|
|
|
* <<java-rest-high-document-update-by-query>>
|
2018-09-04 14:56:26 +02:00
|
|
|
* <<java-rest-high-document-delete-by-query>>
|
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-08-28 19:02:23 +02:00
|
|
|
include::document/reindex.asciidoc[]
|
2018-09-02 21:15:00 +02:00
|
|
|
include::document/update-by-query.asciidoc[]
|
2018-09-04 14:56:26 +02:00
|
|
|
include::document/delete-by-query.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-06-28 14:05:26 +01:00
|
|
|
* <<java-rest-high-multi-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-06-28 14:05:26 +01:00
|
|
|
include::search/multi-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>>
|
2018-07-08 11:03:56 -04:00
|
|
|
* <<java-rest-high-x-pack-info>>
|
2018-08-10 14:12:42 +02:00
|
|
|
* <<java-rest-high-x-pack-usage>>
|
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-08-10 14:12:42 +02:00
|
|
|
include::miscellaneous/x-pack-info.asciidoc[]
|
|
|
|
include::miscellaneous/x-pack-usage.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-07-05 19:52:25 +02:00
|
|
|
* <<java-rest-high-get-index>>
|
2018-02-02 17:19:50 +01:00
|
|
|
|
|
|
|
Mapping Management::
|
|
|
|
* <<java-rest-high-put-mapping>>
|
2018-07-03 17:10:52 -06:00
|
|
|
* <<java-rest-high-get-mappings>>
|
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
|
|
|
|
2018-07-03 15:57:02 +01:00
|
|
|
include::indices/analyze.asciidoc[]
|
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-07-05 19:52:25 +02:00
|
|
|
include::indices/get_index.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-07-02 19:25:17 +02:00
|
|
|
* <<java-rest-high-cluster-get-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-07-02 19:25:17 +02:00
|
|
|
include::cluster/get_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-07-11 12:07:31 -04:00
|
|
|
* <<java-rest-high-snapshot-snapshots-status>>
|
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-07-11 12:07:31 -04:00
|
|
|
include::snapshot/snapshots_status.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[]
|
2018-07-24 11:19:07 -07:00
|
|
|
|
|
|
|
== Licensing APIs
|
|
|
|
|
|
|
|
The Java High Level REST Client supports the following Licensing APIs:
|
|
|
|
|
|
|
|
* <<java-rest-high-put-license>>
|
2018-08-10 10:55:25 +02:00
|
|
|
* <<java-rest-high-get-license>>
|
2018-08-14 11:55:54 +02:00
|
|
|
* <<java-rest-high-delete-license>>
|
2018-07-24 11:19:07 -07:00
|
|
|
|
|
|
|
include::licensing/put-license.asciidoc[]
|
2018-08-10 10:55:25 +02:00
|
|
|
include::licensing/get-license.asciidoc[]
|
2018-08-14 11:55:54 +02:00
|
|
|
include::licensing/delete-license.asciidoc[]
|
2018-08-10 14:12:42 +02:00
|
|
|
|
2018-08-14 19:52:54 +01:00
|
|
|
== Machine Learning APIs
|
|
|
|
|
|
|
|
The Java High Level REST Client supports the following Machine Learning APIs:
|
|
|
|
|
|
|
|
* <<java-rest-high-x-pack-ml-put-job>>
|
2018-08-21 21:02:28 -05:00
|
|
|
* <<java-rest-high-x-pack-ml-get-job>>
|
2018-08-16 07:18:43 -05:00
|
|
|
* <<java-rest-high-x-pack-ml-delete-job>>
|
2018-08-15 13:19:41 -05:00
|
|
|
* <<java-rest-high-x-pack-ml-open-job>>
|
2018-08-20 16:05:56 -05:00
|
|
|
* <<java-rest-high-x-pack-ml-close-job>>
|
2018-09-01 16:01:23 -05:00
|
|
|
* <<java-rest-high-x-pack-ml-flush-job>>
|
2018-09-06 07:18:09 -05:00
|
|
|
* <<java-rest-high-x-pack-ml-update-job>>
|
2018-09-01 13:32:18 -05:00
|
|
|
* <<java-rest-high-x-pack-ml-get-job-stats>>
|
2018-09-07 11:16:58 -05:00
|
|
|
* <<java-rest-high-x-pack-ml-forecast-job>>
|
2018-08-23 09:35:06 +01:00
|
|
|
* <<java-rest-high-x-pack-ml-get-buckets>>
|
2018-09-03 13:34:36 +01:00
|
|
|
* <<java-rest-high-x-pack-ml-get-overall-buckets>>
|
2018-08-29 15:03:58 +01:00
|
|
|
* <<java-rest-high-x-pack-ml-get-records>>
|
2018-09-07 07:04:27 -05:00
|
|
|
* <<java-rest-high-x-pack-ml-post-data>>
|
2018-09-05 15:06:55 +01:00
|
|
|
* <<java-rest-high-x-pack-ml-get-influencers>>
|
2018-08-14 19:52:54 +01:00
|
|
|
|
2018-08-15 13:19:41 -05:00
|
|
|
include::ml/put-job.asciidoc[]
|
2018-08-21 21:02:28 -05:00
|
|
|
include::ml/get-job.asciidoc[]
|
2018-08-16 07:18:43 -05:00
|
|
|
include::ml/delete-job.asciidoc[]
|
2018-08-15 13:19:41 -05:00
|
|
|
include::ml/open-job.asciidoc[]
|
2018-08-20 16:05:56 -05:00
|
|
|
include::ml/close-job.asciidoc[]
|
2018-09-06 07:18:09 -05:00
|
|
|
include::ml/update-job.asciidoc[]
|
2018-09-01 16:01:23 -05:00
|
|
|
include::ml/flush-job.asciidoc[]
|
2018-09-01 13:32:18 -05:00
|
|
|
include::ml/get-job-stats.asciidoc[]
|
2018-09-07 11:16:58 -05:00
|
|
|
include::ml/forecast-job.asciidoc[]
|
2018-08-23 09:35:06 +01:00
|
|
|
include::ml/get-buckets.asciidoc[]
|
2018-09-03 13:34:36 +01:00
|
|
|
include::ml/get-overall-buckets.asciidoc[]
|
2018-08-29 15:03:58 +01:00
|
|
|
include::ml/get-records.asciidoc[]
|
2018-09-07 07:04:27 -05:00
|
|
|
include::ml/post-data.asciidoc[]
|
2018-09-05 15:06:55 +01:00
|
|
|
include::ml/get-influencers.asciidoc[]
|
2018-08-14 19:52:54 +01:00
|
|
|
|
2018-08-13 11:05:27 +02:00
|
|
|
== Migration APIs
|
|
|
|
|
|
|
|
The Java High Level REST Client supports the following Migration APIs:
|
|
|
|
|
|
|
|
* <<java-rest-high-migration-get-assistance>>
|
|
|
|
|
|
|
|
include::migration/get-assistance.asciidoc[]
|
|
|
|
|
2018-08-10 14:12:42 +02:00
|
|
|
== Watcher APIs
|
|
|
|
|
|
|
|
The Java High Level REST Client supports the following Watcher APIs:
|
|
|
|
|
|
|
|
* <<java-rest-high-x-pack-watcher-put-watch>>
|
|
|
|
* <<java-rest-high-x-pack-watcher-delete-watch>>
|
|
|
|
|
|
|
|
include::watcher/put-watch.asciidoc[]
|
|
|
|
include::watcher/delete-watch.asciidoc[]
|
2018-08-21 13:29:18 +01:00
|
|
|
|
|
|
|
== Graph APIs
|
|
|
|
|
|
|
|
The Java High Level REST Client supports the following Graph APIs:
|
|
|
|
|
|
|
|
* <<java-rest-high-x-pack-graph-explore>>
|
|
|
|
|
|
|
|
include::graph/explore.asciidoc[]
|