elasticsearch/docs/java-rest/high-level
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
..
cluster Remove flatSettings support from request classes (#29560) 2018-04-17 18:18:21 +02:00
document Docs: Fix callouts after _parent removed 2018-04-11 12:56:13 -04:00
indices Remove flatSettings support from request classes (#29560) 2018-04-17 18:18:21 +02:00
miscellaneous Docs: HighLevelRestClient#ping (#29070) 2018-03-14 14:27:01 -04:00
search REST high-level client: add support for Indices Update Settings API [take 2] (#29327) 2018-04-16 21:39:11 +02: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 Docs: HighLevelRestClient#ping (#29070) 2018-03-14 14:27:01 -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: HighLevelRestClient#ping (#29070) 2018-03-14 14:27:01 -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 support for Indices Update Settings API [take 2] (#29327) 2018-04-16 21:39:11 +02:00