You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Ignacio Vera (Jira)" <ji...@apache.org> on 2022/06/08 08:28:00 UTC

[jira] [Commented] (LUCENE-10604) Improve ability to test and debug triangulation algorithm in Tessellator

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

Ignacio Vera commented on LUCENE-10604:
---------------------------------------

+1

This algorithm is very difficult to debug for big, complex polygons. I have seen the monitor interface in action and it was extremely useful to understand what the algorithm was doing.

> Improve ability to test and debug triangulation algorithm in Tessellator
> ------------------------------------------------------------------------
>
>                 Key: LUCENE-10604
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10604
>             Project: Lucene - Core
>          Issue Type: Test
>          Components: core/other
>            Reporter: Craig Taverner
>            Priority: Minor
>              Labels: geo, pull-request-available
>
> While working on https://issues.apache.org/jira/browse/LUCENE-10563, it was found to be extremely difficult to debug the inner workings of the triangulation algorithm in the Tessellator class. To make things easier, we made use of a monitor interface that tests could use to instrument the algorithm and receive detailed information on the state of the algorithms progress. This issue requests that this interface and a test implementation of it be included in Lucene to facilitate future bug-fixing of this complex algorithm.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

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