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 62d13e9 commit b92de28Copy full SHA for b92de28
docs/reference/mapping/params/enabled.asciidoc
@@ -89,8 +89,8 @@ GET my_index/_mapping <3>
89
<2> The document can be retrieved.
90
<3> Checking the mapping reveals that no fields have been added.
91
92
-TIP: The `enabled` setting can be updated on existing fields
93
-using the <<indices-put-mapping,PUT mapping API>>.
+The `enabled` setting for existing fields and the top-level mapping
+definition cannot be updated.
94
95
Note that because Elasticsearch completely skips parsing the field
96
contents, it is possible to add non-object data to a disabled field:
0 commit comments