Luca Cavanna
9c8ebb608f
Remove `flatSettings` support from request classes ( #29560 )
...
As part of adding support for new API to the high-level REST client,
we added support for the `flat_settings` parameter to some of our
request classes. We added documentation that such flag is only ever
read by the high-level REST client, but the truth is that it doesn't
do anything given that settings are always parsed back into a `Settings`
object, no matter whether they are returned in a flat format or not.
It was a mistake to add support for this flag in the context of the
high-level REST client, hence this commit removes it.
2018-04-17 18:18:21 +02:00
olcbean
b3e3b80f1b
REST high-level client: add support for Indices Update Settings API [take 2] ( #29327 )
...
Relates to #27205
2018-04-16 21:39:11 +02:00
Mayya Sharipova
e70cd35bda
Revert "REST high-level client: add support for Indices Update Settings API ( #28892 )" ( #29323 )
...
This reverts commit b67b5b1bbd
.
2018-03-30 16:26:46 -07:00
olcbean
b67b5b1bbd
REST high-level client: add support for Indices Update Settings API ( #28892 )
...
Relates to #27205
2018-03-30 10:53:29 +02:00
Yu
24c8d8f5ef
REST high-level client: add force merge API ( #28896 )
...
Relates to #27205
2018-03-22 17:17:16 +01:00
Luca Cavanna
ff09c82319
REST high-level client: add clear cache API ( #28866 )
...
* REST high-level client: add clear cache API
Relates to #27205
Also Closes #26947 (rest-spec were outdated)
2018-03-20 10:39:36 +01:00
Luca Cavanna
184a8718d8
REST high-level client: add flush API ( #28852 )
...
Relates to #27205
2018-03-01 10:56:03 +01:00
Yu
95dea2408d
Add Refresh API for RestHighLevelClient ( #27799 )
...
Relates to #27205
2018-02-28 11:49:14 +01:00
olcbean
50d8a25d67
[Docs] Java high-level REST client : clean up ( #28703 )
...
Make doc titles consistent with the ES docs and wrapping
the code snippets for better readability.
2018-02-20 18:37:53 +01:00
Luca Cavanna
8bbb3c9ffa
REST high-level client: add support for Rollover Index API ( #28698 )
...
Relates to #27205
2018-02-20 15:58:58 +01:00
olcbean
02fc16f10e
Add Cluster Put Settings API to the high level REST client ( #28633 )
...
Relates to #27205
2018-02-15 17:21:45 +01:00
Luca Cavanna
075fdc579f
[DOCS] Update APIs grouping and ordering in REST high-level Client docs ( #28497 )
...
With this new structure supported APIs are ordered and grouped in the same way as they are in the Elasticsearch reference docs
2018-02-02 17:19:50 +01:00