Oshan Wisumperuma
Oshan Wisumperuma

Reputation: 1948

Unable to Tessellate shape error on indexing for valid geo shape

this geometry is valid according to the postgresql (postgis) st_isvalid method but Elasticsearch throws illegal_argument_exception error on indexing

https://gist.github.com/owexroasia/127c61ee41304fe2d2d0e0015216a780

{"type":"mapper_parsing_exception","reason":"failed to parse field [ranges.geometry] of type [geo_shape]"}],"type":"mapper_parsing_exception","reason":"failed to parse field [ranges.geometry] of type [geo_shape]","caused_by":{"type":"illegal_argument_exception","reason":"Unable to Tessellate shape

Upvotes: 1

Views: 855

Answers (1)

Related Questions