ソースを参照

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
Igor Motov 6 年 前
コミット
77639213bb
1 ファイル変更2 行追加0 行削除
  1. 2 0
      docs/reference/mapping/types/geo-shape.asciidoc

+ 2 - 0
docs/reference/mapping/types/geo-shape.asciidoc

@@ -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`
 
 |=======================================================================