Skip to content

Commit

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

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

Relates elastic#35059
  • Loading branch information
imotov authored and jkakavas committed Jun 27, 2019
1 parent 36cf556 commit fbcc60d
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 fbcc60d

Please sign in to comment.