OpenSearch/docs/java-rest/high-level
Luca Cavanna 24163d10b7
REST hl client: cluster health to default to cluster level (#31268)
With #29331 we added support for the cluster health API to the
high-level REST client. The transport client does not support the level
parameter, and it always returns all the info needed for shards level
rendering. We have maintained that behaviour when adding support for
cluster health to the high-level REST client, to ease migration, but the
correct thing to do is to default the high-level REST client to
`cluster` level, which is the same default as when going through the
Elasticsearch REST layer.
2018-06-13 15:06:13 +02:00
..
cluster REST hl client: cluster health to default to cluster level (#31268) 2018-06-13 15:06:13 +02:00
document Docs: Fix callouts after _parent removed 2018-04-11 12:56:13 -04:00
indices Add Get Aliases API to the high-level REST client (#28799) 2018-06-12 10:26:17 +02:00
ingest Move pipeline APIs to ingest namespace (#31027) 2018-06-04 10:34:55 +02:00
miscellaneous Docs: HighLevelRestClient#ping (#29070) 2018-03-14 14:27:01 -04:00
search Add support for search templates to the high-level REST client. (#30473) 2018-05-15 13:07:58 -07:00
snapshot Add Verify Repository High Level REST API (#30934) 2018-05-30 11:10:00 -05:00
tasks high level REST api: cancel task (#30745) 2018-06-07 14:02:23 -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
getting-started.asciidoc LLClient: Support host selection (#30523) 2018-06-11 17:07:27 -04:00
index.asciidoc [Docs] Add "Using Java Builders" section (#26517) 2017-09-06 14:06:41 +02:00
java-builders.asciidoc [DOCS] Update APIs grouping and ordering in REST high-level Client docs (#28497) 2018-02-02 17:19:50 +01:00
migration.asciidoc Docs: Update HighLevelRestClient migration docs (#30544) 2018-05-14 11:11:27 -04:00
query-builders.asciidoc added docs for `wrapper` query. 2018-03-14 11:51:22 +01:00
supported-apis.asciidoc REST high-level client: add Cluster Health API (#29331) 2018-06-12 13:34:06 +02:00