-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Legacy geo-shape mapper not detecting [points_only] parameter (#70765)
We have two geo_shape mapper implementations, and the type parser will select which one to use by examining the other fields used in the mapper definition. This commit fixes a bug in the list of legacy parameters that was causing a geo_shape mapper with only a points_only field to throw an exception when parsed. Fixes #70751
- Loading branch information
1 parent
d58ab81
commit 0056994
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters