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 2021/11/04 13:21:07 UTC

[GitHub] [lucene] iverase opened a new pull request #428: LUCENE-9538: Detect polygon self-intersections in the Tessellator

iverase opened a new pull request #428:
URL: https://github.com/apache/lucene/pull/428


   This PR adds a check in the tessellator to detect self-intersections so it can provide a more meaningful error to the user. This logic is disable by default but can be enabled by using the new overloaded method:
   
   LatLonShape#createIndexableFields(String, Polygon, boolean)} 
   XYShape#createIndexableFields(String, XYPolygon, boolean)} 
   
   cc: @nknize


-- 
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] iverase merged pull request #428: LUCENE-9538: Detect polygon self-intersections in the Tessellator

Posted by GitBox <gi...@apache.org>.
iverase merged pull request #428:
URL: https://github.com/apache/lucene/pull/428


   


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