[ 
https://issues.apache.org/jira/browse/LUCENE-9538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450311#comment-17450311
 ] 

ASF subversion and git services commented on LUCENE-9538:
---------------------------------------------------------

Commit 70243ea81151335183773944607164bb1c2b4ece in lucene's branch 
refs/heads/branch_9x from Ignacio Vera
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=70243ea ]

LUCENE-9538: Detect polygon self-intersections in the Tessellator (#428)

Detect self-intersections so it can provide a more meaningful error to the 
users.

> Tessellator should provide a better error message for self-intersecting shapes
> ------------------------------------------------------------------------------
>
>                 Key: LUCENE-9538
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9538
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Ignacio Vera
>            Priority: Major
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Self-intersecting shapes cannot be tessellated and currently throw a generic 
> like:
>  
>  
> {code:java}
>   Unable to Tessellate shape...{code}
>  
> In case of Self-intersecting shapes we can do better and try to give a more 
> useful message by detecting the self-intersection position and provide that 
> information to the user. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to