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:
parent
014fd19abd
commit
6162471d2e
|
@ -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`
|
||||||
|
|
||||||
|=======================================================================
|
|=======================================================================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue