Skip to content

Commit

Permalink
Docs: Add description of the coerce parameter in geo_shape mapper (#4…
Browse files Browse the repository at this point in the history
…3340)

Explains the effect of the coerce parameter on the geo_shape field.

Relates #35059
  • Loading branch information
imotov committed Jun 21, 2019
1 parent 014fd19 commit 6162471
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/mapping/types/geo-shape.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ geo-points containing any more than latitude and longitude (two dimensions) valu
and reject the whole document.
| `true`

|`coerce` |If `true` unclosed linear rings in polygons will be automatically closed.
| `false`

|=======================================================================

Expand Down

0 comments on commit 6162471

Please sign in to comment.