You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/08/11 21:31:15 UTC

[GitHub] [lucene] nknize opened a new pull request, #1066: LUCENE-10654: Fix ShapeDocValue Bounding Box failure

nknize opened a new pull request, #1066:
URL: https://github.com/apache/lucene/pull/1066

   The base spatial test case may create invalid self crossing polygons. These
   polygons are cleaned by the tessellator which may result in an inconsistent
   bounding box between the tessellated shape and the original, invalid, geometry.
   This commit fixes the shape doc value test case to compute the bounding box from
   the cleaned geometry instead of relying on the, potentially invalid, original
   geometry. A logic bug is also cleaned up in the tessellator where the original
   edge membership check was always being checked regardless of colinearity.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene] nknize merged pull request #1066: LUCENE-10654: Fix Shape Bounding Box Inconsistencies

Posted by GitBox <gi...@apache.org>.
nknize merged PR #1066:
URL: https://github.com/apache/lucene/pull/1066


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org