Skip to content

Commit

Permalink
Remove reference to multiple fields with one name (#31127)
Browse files Browse the repository at this point in the history
If there is only one type per index then each field's name is unique.
  • Loading branch information
DaveCTurner committed Jun 7, 2018
1 parent b5f05f6 commit 6ad7217
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/reference/mapping/params/fielddata.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@ PUT my_index/_mapping/_doc
<1> The mapping that you specify for `my_field` should consist of the existing
mapping for that field, plus the `fielddata` parameter.

TIP: The `fielddata.*` parameter must have the same settings for fields of the
same name in the same index. Its value can be updated on existing fields
using the <<indices-put-mapping,PUT mapping API>>.


[[field-data-filtering]]
==== `fielddata_frequency_filter`

Expand Down

0 comments on commit 6ad7217

Please sign in to comment.