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

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

Here's a patch. I tried to do some cleanups (more iteration here is needed!!!) 
to LatLonPoint in general as well.


> Remove PointInRectQuery
> -----------------------
>
>                 Key: LUCENE-7046
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7046
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Robert Muir
>         Attachments: LUCENE-7046.patch
>
>
> This query is the same as a 2D PointRangeQuery, only slower, since it needs 
> to do a bunch of decoding.
> Instead we should just form PointRangeQuery's for bounding boxes for 
> LatLonPoints: that just works on byte ranges.



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

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

Reply via email to