We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ad806 commit c9b4b8dCopy full SHA for c9b4b8d
docs/reference/indices/get-index.asciidoc
@@ -44,6 +44,12 @@ include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=expand-wildcards]
44
+
45
Defaults to `open`.
46
47
+`features`::
48
+(Optional, string)
49
+Return only information about specific index features. Supports comma-
50
+separated values. Valid values are `aliases`, `mappings`, and `settings`.
51
+Defaults to `aliases,mappings,settings`.
52
53
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=flat-settings]
54
55
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=include-defaults]
0 commit comments