Skip to content

Commit 67d1721

Browse files
jrodewigmoskyb
andauthored
[DOCS] Document what makes a geo-point malformed (#59045) (#68560)
Co-authored-by: Ben Moskovitz <[email protected]>
1 parent 57a3080 commit 67d1721

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/reference/mapping/types/geo-point.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ The following parameters are accepted by `geo_point` fields:
123123

124124
If `true`, malformed geo-points are ignored. If `false` (default),
125125
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.
126128

127129
`ignore_z_value`::
128130

0 commit comments

Comments
 (0)