Docs: Add description of the coerce parameter in geo_shape mapper (#43340)

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

Relates #35059
This commit is contained in:
Igor Motov 2019-06-20 05:15:59 -07:00
parent 014fd19abd
commit 6162471d2e
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,8 @@ geo-points containing any more than latitude and longitude (two dimensions) valu
and reject the whole document. and reject the whole document.
| `true` | `true`
|`coerce` |If `true` unclosed linear rings in polygons will be automatically closed.
| `false`
|======================================================================= |=======================================================================