Skip to content

Commit 7147be1

Browse files
committed
Add breaking changes note for elastic#71696
1 parent 4d04199 commit 7147be1

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

docs/reference/migration/migrate_7_13.asciidoc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,32 @@ the old behavior is supported until the next major release.
3333
To find out if you are using any deprecated functionality,
3434
enable <<deprecation-logging, deprecation logging>>.
3535

36+
[discrete]
37+
[[breaking_713_mapping_changes]]
38+
==== Mapping changes
39+
40+
[[geo-mappers-external-values]]
41+
.Geo mappers no longer accept external values from multifields
42+
[%collapsible]
43+
====
44+
*Details* +
45+
In earlier versions, geo fields could theoretically be used as a subfield
46+
if their parent field set a geometry object as an external value during
47+
parsing. This functionality was unused within the {es} codebase and
48+
blocked required changes to allow index-time scripts on geo_point fields,
49+
so it has been removed.
50+
====
51+
52+
[[geo-point-geohash-subfields]]
53+
.Geopoint mappers pass geohashes to subfields one-by-one
54+
[%collapsible]
55+
====
56+
*Details* +
57+
In earlier versions, a multiply-valued geopoint field would pass
58+
its values as geohashes to subfields by combining them in to a single
59+
comma-delimited string. These are now passed one-by-one as single
60+
geohash strings.
61+
====
3662

3763
[discrete]
3864
[[deprecated-7.13]]

0 commit comments

Comments
 (0)