Absurdly large radius (miles) search fails to include entire earth
------------------------------------------------------------------

                 Key: LUCENE-1921
                 URL: https://issues.apache.org/jira/browse/LUCENE-1921
             Project: Lucene - Java
          Issue Type: Bug
          Components: contrib/spatial
    Affects Versions: 2.9
            Reporter: Michael McCandless
            Priority: Minor
             Fix For: 3.1


Spinoff from LUCENE-1781.

If you do a very large (eg 100000 miles) radius search then the
lat/lng bound box wraps around the entire earth and all points should
be accepted.  But this fails today (many points are rejected).  It's
easy to see the issue: edit TestCartesian, and insert a very large
miles into either testRange or testGeoHashRange.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to