Skip to content

Commit 11afeb2

Browse files
Enabled cannot be updated
Removed the invalid tip that enabled can be updated for existing fields and clarified instead that it cannot. Related to elastic#33566 and elastic#33933
1 parent 46c7cd9 commit 11afeb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/mapping/params/enabled.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ GET my_index/_mapping <3>
8989
<2> The document can be retrieved.
9090
<3> Checking the mapping reveals that no fields have been added.
9191

92-
TIP: The `enabled` setting can be updated on existing fields
93-
using the <<indices-put-mapping,PUT mapping API>>.
92+
The `enabled` setting for existing fields and the top-level mapping
93+
definition cannot be updated.
9494

9595
Note that because Elasticsearch completely skips parsing the field
9696
contents, it is possible to add non-object data to a disabled field:

0 commit comments

Comments
 (0)