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

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

Commit 0cef29f1381e21337863471346294bb76acb3a6c in lucene-solr's branch 
refs/heads/master from Ignacio Vera
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=0cef29f ]

LUCENE-9417: Tessellator might fail when several holes share are connected to 
the same vertex (#1614)



> Tessellator might fail when several holes share are connected to the same 
> vertex
> --------------------------------------------------------------------------------
>
>                 Key: LUCENE-9417
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9417
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Ignacio Vera
>            Priority: Major
>         Attachments: image-2020-06-25-11-03-02-075.png, 
> image-2020-06-25-11-05-50-406.png
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Related to LUCENE-9400, tessellator might fail when several polygons are 
> connected to the same polygon vertex, and this vertex is connected from more 
> than one segment. For example the following polygon:
>  
> !image-2020-06-25-11-03-02-075.png|width=377,height=232!
>  
> Holes get connected the following way:
>  
> !image-2020-06-25-11-05-50-406.png|width=357,height=236!
>  
> Two holes are connected to the same point, and this point is shared across 
> different segments. We need to make sure we connect in such a way that we are 
> not crossing each other.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to