Skip to content

Commit 6ad7217

Browse files
authored
Remove reference to multiple fields with one name (#31127)
If there is only one type per index then each field's name is unique.
1 parent b5f05f6 commit 6ad7217

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/reference/mapping/params/fielddata.asciidoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,6 @@ PUT my_index/_mapping/_doc
100100
<1> The mapping that you specify for `my_field` should consist of the existing
101101
mapping for that field, plus the `fielddata` parameter.
102102

103-
TIP: The `fielddata.*` parameter must have the same settings for fields of the
104-
same name in the same index. Its value can be updated on existing fields
105-
using the <<indices-put-mapping,PUT mapping API>>.
106-
107-
108103
[[field-data-filtering]]
109104
==== `fielddata_frequency_filter`
110105

0 commit comments

Comments
 (0)