Unable to Tessellate shape error on indexing ES 7.6

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

{"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

Thanks for reporting. I was able to reproduce it and it seems a bug in Lucene's tessellator. I whave open an issue for this:

https://issues.apache.org/jira/browse/LUCENE-9251

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.