iverase opened a new pull request #1280: LUCENE-9239: Change withinTriangle logic for Circles URL: https://github.com/apache/lucene-solr/pull/1280 see https://issues.apache.org/jira/browse/LUCENE-9239 for an explanation. The idea of the new logic is to exploit the fact that for Circles we know an inside point of the shape. Therefore for the shape to be a candidate it is enough to know that this point is inside one of the triangles. We only check line intersections for edges that belong to the original polygon.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org