You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2016/03/22 00:51:25 UTC

[jira] [Updated] (LUCENE-7125) remove BKD_TOLERANCE from LatLonPoint polygon tests

     [ https://issues.apache.org/jira/browse/LUCENE-7125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir updated LUCENE-7125:
--------------------------------
    Attachment: LUCENE-7125.patch

Here is a patch. I think we can improve the test more. The base test class i think it should sometimes explicitly quantize the random polygons to improve the possibility we land exactly on edge cases.

> remove BKD_TOLERANCE from LatLonPoint polygon tests
> ---------------------------------------------------
>
>                 Key: LUCENE-7125
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7125
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Robert Muir
>         Attachments: LUCENE-7125.patch
>
>
> Currently this rejects any rectangles within a delta as being "too close to an edge", and returns null, which means those are not tested in the random test.
> But we already compensate for quantization in the test, we should just remove this additional delta. 
> The only problem I found in beasting is that, due to the algorithm being used for polygons, it obeys the "definition of insideness" described here: https://docs.oracle.com/javase/7/docs/api/java/awt/Shape.html
> In my opinion, this test should work just like the distance test, and just ensure the query is consistent with {{GeoRelationUtils.pointInPolygon()}}. Anything the query is doing other than running that in brute-force is purely an optimization. This also makes it easier to test more interesting polygons in the future other than just rectangles.
> Separately, we can test that this basic method works correctly better if we want, but that can just be a unit test.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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