We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a3080 commit 67d1721Copy full SHA for 67d1721
docs/reference/mapping/types/geo-point.asciidoc
@@ -123,6 +123,8 @@ The following parameters are accepted by `geo_point` fields:
123
124
If `true`, malformed geo-points are ignored. If `false` (default),
125
malformed geo-points throw an exception and reject the whole document.
126
+ A geo-point is considered malformed if its latitude is outside the range
127
+ -90 <= latitude <= 90, or if its longitude is outside the range -180 <= longitude <= 180.
128
129
`ignore_z_value`::
130
0 commit comments