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/02/24 04:28:18 UTC

[jira] [Created] (LUCENE-7046) Remove PointInRectQuery

Robert Muir created LUCENE-7046:
-----------------------------------

             Summary: Remove PointInRectQuery
                 Key: LUCENE-7046
                 URL: https://issues.apache.org/jira/browse/LUCENE-7046
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Robert Muir


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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org