You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2009/09/21 19:33:16 UTC

[jira] Created: (LUCENE-1921) Absurdly large radius (miles) search fails to include entire earth

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


[jira] Updated: (LUCENE-1921) Absurdly large radius (miles) search fails to include entire earth

Posted by "Nicolas Helleringer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolas Helleringer updated LUCENE-1921:
----------------------------------------

    Attachment: TEST-1921.patch

After LUCENE-2184 has been re resolved this test (TEST-1921.patch) can validate this issue and it can be closed.

> 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
>            Assignee: Chris Male
>            Priority: Minor
>             Fix For: 3.1
>
>         Attachments: TEST-1921.patch
>
>
> 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.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Assigned: (LUCENE-1921) Absurdly large radius (miles) search fails to include entire earth

Posted by "Chris Male (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Male reassigned LUCENE-1921:
----------------------------------

    Assignee: Chris Male

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


[jira] Commented: (LUCENE-1921) Absurdly large radius (miles) search fails to include entire earth

Posted by "Nicolas Helleringer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853430#action_12853430 ] 

Nicolas Helleringer commented on LUCENE-1921:
---------------------------------------------

Should be fixed by the patch LUCENE-2366

I shall work on a Test Case to strenghten that.


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


[jira] Commented: (LUCENE-1921) Absurdly large radius (miles) search fails to include entire earth

Posted by "Nicolas Helleringer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12856885#action_12856885 ] 

Nicolas Helleringer commented on LUCENE-1921:
---------------------------------------------

I did re check after Grant's commit of LUCENE-2184.2.patch with TEST-1921.patch and this is issue is now resolved.

To be counter tested by someone else and set to resolved status : Grant if you read me =)

> 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
>            Assignee: Chris Male
>            Priority: Minor
>             Fix For: 3.1
>
>         Attachments: TEST-1921.patch
>
>
> 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.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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