Remove reference to multiple fields with one name (#31127)

If there is only one type per index then each field's name is unique.
This commit is contained in:
David Turner 2018-06-07 12:38:57 +01:00 committed by GitHub
parent b5f05f676c
commit 6ad7217656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -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`