Failed to create valid geo_shape
问题 I'm getting a weird error while trying to create a geo_shape on ES 6.6.1. Say my index has the following mapping: PUT index { "mappings" : { "doc" : { "properties" : { "parcel" : { "type" : "geo_shape" } } } } } Then I try to index the following shape: PUT index/doc/1 { "parcel": { "type": "Polygon", "coordinates": [ [ [ -116.96938484446626, 32.657287303780286 ], [ -116.96965590466098, 32.65769347876227 ], [ -116.96968135808686, 32.6576270315712 ], [ -116.9696296695897, 32.65755262998358 ], [