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

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

Commit 77e62276f99d3d525aa2ee8681de4ff0f78e6c2a in lucene-solr's branch 
refs/heads/master from [~rcmuir]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=77e6227 ]

LUCENE-7046: Remove PointInRectQuery, instead using 2-D PointRangeQuery for 
LatLonPoint


> 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, 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to