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

Nicholas Knize updated LUCENE-6859:
-----------------------------------
    Attachment: LUCENE-6859.patch

Simple patch adds the following:

* asserts if GeoPointTermsEnum is empty
* adds missing cellContains relation to GeoPointInPolygonQuery
* moves polygon MBR computation to GeoUtils

I think this is ready - its a simple change that passed a 200 iteration beast 
and a nightly jenkins build on local box.

> GeoPointInPolygonQuery occasionally fails with incorrect ranges
> ---------------------------------------------------------------
>
>                 Key: LUCENE-6859
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6859
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Nicholas Knize
>         Attachments: LUCENE-6859.patch
>
>
> With high resolution polygons (small sizes) GeoPolygonTermsEnum occasionally 
> fails to compute the correct number of ranges. In certain cases the TermsEnum 
> is completely empty. This leads to incorrect query results in the form of 
> both false positives and negatives. 



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to