elasticsearch/docs/java-rest/high-level
Martijn van Groningen a48d19d73a
Add remote info to the HLRC (#50482)
Unreverts the commit that added the remote info api to HLRC (#49657).

The additional change to the original PR, is that `org.elasticsearch.client.cluster.RemoteConnectionInfo` now parses the initial_connect_timeout field as a string instead of a TimeValue instance.

The reason that this is needed is because that the initial_connect_timeout field in the remote connection api is serialized for human consumption, but not for parsing purposes.
Therefore the HLRC can't parse it correctly (which caused test failures in CI, but not in the PR CI
:( ). The way this field is serialized needs to be changed in the remote connection api, but that is a breaking change. We should wait making this change until rest api versioning is introduced.

Co-Authored-By: j-bean anton.shuvaev91@gmail.com
2019-12-24 13:20:39 +01:00
..
ccr Add Pause/Resume Auto-Follower APIs to High Level REST Client (#47989) 2019-10-14 16:23:58 +02:00
cluster Add remote info to the HLRC (#50482) 2019-12-24 13:20:39 +01:00
document Deprecate sorting in reindex (#49458) 2019-11-29 17:46:44 +01:00
enrich Add HLRC support for enrich execute policy API (#47991) 2019-10-14 19:44:47 +02:00
graph [DOCS] Updating heading for consistency. (#47619) 2019-10-14 15:59:42 -07:00
ilm SLM Start/Stop HLRC and docs (#47966) 2019-10-14 15:19:49 -06:00
indices Add delete alias to the HLRC (#48819) 2019-11-11 16:47:22 -05:00
ingest REST high-level client: add simulate pipeline API (#31158) 2018-06-22 09:59:04 +02:00
licensing HLRC: add support for get license basic/trial status API (#33176) 2018-11-13 15:52:59 +01:00
migration Remove Migration Upgrade and Assistance APIs (#40075) 2019-03-15 15:34:50 -06:00
miscellaneous HLRC: Convert xpack methods to client side objects (#40705) 2019-04-04 09:49:12 -05:00
ml Implement precision and recall metrics for classification evaluation (#49671) 2019-12-19 16:07:09 +01:00
rollup [DOCS] Merge rollup config details into API (#49412) 2019-11-22 08:31:30 -08:00
script HLRC: Add put stored script support to high-level rest client (#31323) 2018-09-09 13:47:47 +02:00
search [DOCS] Update anchors and links for Elasticsearch API relocation (#44500) 2019-07-19 09:16:35 -04:00
security Remove uniqueness constraint for API key name and make it optional (#47549) 2019-10-12 16:58:39 +11:00
snapshot Add Restore Snapshot High Level REST API 2018-07-24 16:17:09 +02:00
tasks fix dangling tag in TasksClientDocumentationIT (#39157) 2019-02-20 08:47:04 -08:00
transform [DOCS] Changes wording to move away from data frame terminology in the ES repo (#47093) 2019-10-01 08:04:06 +02:00
watcher [DOCS] Moves Watcher content into Elasticsearch book (#47147) 2019-09-27 16:05:44 -07:00
aggs-builders.asciidoc [DOCS] Update APIs grouping and ordering in REST high-level Client docs (#28497) 2018-02-02 17:19:50 +01:00
execution-no-req.asciidoc [DOCS] Fixes terms in HLRC data frame transform APIs (#44838) 2019-07-25 09:13:26 -07:00
execution.asciidoc [DOCS] Fixes terms in HLRC data frame transform APIs (#44838) 2019-07-25 09:13:26 -07:00
getting-started.asciidoc Add a few notes on Cancellable to the LLRC and HLRC docs. (#45912) 2019-08-28 10:59:33 +02:00
index.asciidoc Docs: HLRC: refactor bulk, migrate and reindex apis (#35413) 2018-11-16 08:58:13 +01:00
java-builders.asciidoc Docs: Cut down on high level rest client copy-and-paste-ness (#34125) 2018-09-28 14:48:11 -04:00
migration.asciidoc Docs: Pin two IDs in the rest client (#40785) 2019-04-04 12:02:55 -04:00
query-builders.asciidoc Search - added HLRC support for PinnedQueryBuilder (#45779) 2019-08-22 16:32:42 +01:00
supported-apis.asciidoc Add remote info to the HLRC (#50482) 2019-12-24 13:20:39 +01:00