Skip to content

Commit 88557f4

Browse files
committed
Remove mentions of "fields with the same name in the same index" (#43077)
Together with types removal, any mention of "fields with the same name in the same index" doesn't make sense anymore. (cherry picked from commit c519010)
1 parent 0234419 commit 88557f4

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

docs/reference/mapping/params/coerce.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ PUT my_index/_doc/2
4747
<1> The `number_one` field will contain the integer `10`.
4848
<2> This document will be rejected because coercion is disabled.
4949

50-
TIP: The `coerce` setting is allowed to have different settings for fields of
51-
the same name in the same index. Its value can be updated on existing fields
50+
TIP: The `coerce` setting value can be updated on existing fields
5251
using the <<indices-put-mapping,PUT mapping API>>.
5352

5453
[[coerce-setting]]

docs/reference/mapping/params/ignore-malformed.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ PUT my_index/_doc/2
4646
<1> This document will have the `text` field indexed, but not the `number_one` field.
4747
<2> This document will be rejected because `number_two` does not allow malformed values.
4848

49-
TIP: The `ignore_malformed` setting is allowed to have different settings for
50-
fields of the same name in the same index. Its value can be updated on
49+
TIP: The `ignore_malformed` setting value can be updated on
5150
existing fields using the <<indices-put-mapping,PUT mapping API>>.
5251

5352

docs/reference/mapping/params/multi-fields.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ GET my_index/_search
6060

6161
NOTE: Multi-fields do not change the original `_source` field.
6262

63-
TIP: The `fields` setting is allowed to have different settings for fields of
64-
the same name in the same index. New multi-fields can be added to existing
63+
TIP: New multi-fields can be added to existing
6564
fields using the <<indices-put-mapping,PUT mapping API>>.
6665

6766
==== Multi-fields with multiple analyzers

docs/reference/mapping/params/norms.asciidoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ don't need scoring on a specific field, you should disable norms on that
1111
field. In particular, this is the case for fields that are used solely for
1212
filtering or aggregations.
1313

14-
TIP: The `norms` setting must have the same setting for fields of the
15-
same name in the same index. Norms can be disabled on existing fields using
14+
TIP: Norms can be disabled on existing fields using
1615
the <<indices-put-mapping,PUT mapping API>>.
1716

18-
Norms can be disabled (but not reenabled) after the fact, using the
17+
Norms can be disabled (but not reenabled after the fact), using the
1918
<<indices-put-mapping,PUT mapping API>> like so:
2019

2120
[source,js]

0 commit comments

Comments
 (0)