OpenSearch/docs/java-rest/high-level/indices
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
..
clear_cache.asciidoc REST high-level client: add clear cache API (#28866) 2018-03-20 10:39:36 +01:00
close_index.asciidoc [DOCS] Update APIs grouping and ordering in REST high-level Client docs (#28497) 2018-02-02 17:19:50 +01:00
create_index.asciidoc REST high-level client: add support for Rollover Index API (#28698) 2018-02-20 15:58:58 +01:00
delete_index.asciidoc [DOCS] Update APIs grouping and ordering in REST high-level Client docs (#28497) 2018-02-02 17:19:50 +01:00
exists_alias.asciidoc REST high-level client: add support for Rollover Index API (#28698) 2018-02-20 15:58:58 +01:00
flush.asciidoc REST high-level client: add flush API (#28852) 2018-03-01 10:56:03 +01:00
force_merge.asciidoc REST high-level client: add force merge API (#28896) 2018-03-22 17:17:16 +01:00
indices_exists.asciidoc Remove `flatSettings` support from request classes (#29560) 2018-04-17 18:18:21 +02:00
open_index.asciidoc REST high-level client: add support for Rollover Index API (#28698) 2018-02-20 15:58:58 +01:00
put_mapping.asciidoc Add Cluster Put Settings API to the high level REST client (#28633) 2018-02-15 17:21:45 +01:00
put_settings.asciidoc Remove `flatSettings` support from request classes (#29560) 2018-04-17 18:18:21 +02:00
refresh.asciidoc Add Refresh API for RestHighLevelClient (#27799) 2018-02-28 11:49:14 +01:00
rollover.asciidoc REST high-level client: add support for Rollover Index API (#28698) 2018-02-20 15:58:58 +01:00
shrink_index.asciidoc [DOCS] Update APIs grouping and ordering in REST high-level Client docs (#28497) 2018-02-02 17:19:50 +01:00
split_index.asciidoc REST high-level client: add support for Rollover Index API (#28698) 2018-02-20 15:58:58 +01:00
update_aliases.asciidoc [Docs] Java high-level REST client : clean up (#28703) 2018-02-20 18:37:53 +01:00