Skip to content

Commit

Permalink
[DOCS] Document what makes a geo-point malformed (#59045) (#68560)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Moskovitz <ben@mosk.nz>
  • Loading branch information
jrodewig and moskyb committed Feb 4, 2021
1 parent 57a3080 commit 67d1721
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/mapping/types/geo-point.asciidoc
Expand Up @@ -123,6 +123,8 @@ The following parameters are accepted by `geo_point` fields:

If `true`, malformed geo-points are ignored. If `false` (default),
malformed geo-points throw an exception and reject the whole document.
A geo-point is considered malformed if its latitude is outside the range
-90 <= latitude <= 90, or if its longitude is outside the range -180 <= longitude <= 180.

`ignore_z_value`::

Expand Down

0 comments on commit 67d1721

Please sign in to comment.