apache / lucene

Apache Lucene open-source search software
https://lucene.apache.org/
Apache License 2.0
2.64k stars 1.02k forks source link

GeoPointDistanceQuery doesn't work with a large radius? [LUCENE-6780] #7838

Closed asfimport closed 9 years ago

asfimport commented 9 years ago

I'm working on #7756 but struggling with test failures ...

Then I noticed that TestGeoPointQuery's test never tests on large distances, so I modified the test to sometimes do so (like TestBKDTree) and hit test failures.


Migrated from LUCENE-6780 by Michael McCandless (@mikemccand), resolved Oct 23 2015 Attachments: LUCENE-6780.patch (versions: 11), LUCENE-6780-heap-used-hack.patch Linked issues:

asfimport commented 9 years ago

Nick Knize (@nknize) (migrated from JIRA)

Patch of lucene6780 feature branch against trunk. I think its ready to merge.

asfimport commented 9 years ago

Nick Knize (@nknize) (migrated from JIRA)

Updated patch to remove BKDDistanceQuery and make randomLat/Lon non-static

asfimport commented 9 years ago

ASF subversion and git services (migrated from JIRA)

Commit 1709926 from @nknize in branch 'dev/trunk' https://svn.apache.org/r1709926

LUCENE-6780: Improves GeoPointDistanceQuery accuracy with large radius. Improves testing rigor to GeoPointField

asfimport commented 9 years ago

ASF subversion and git services (migrated from JIRA)

Commit 1709927 from @nknize in branch 'dev/trunk' https://svn.apache.org/r1709927

LUCENE-6780: add missing classes

asfimport commented 9 years ago

ASF subversion and git services (migrated from JIRA)

Commit 1709954 from shalin@apache.org in branch 'dev/trunk' https://svn.apache.org/r1709954

LUCENE-6780: Fix svn:eol-style to make precommit happy

asfimport commented 9 years ago

ASF subversion and git services (migrated from JIRA)

Commit 1710027 from @nknize in branch 'dev/branches/branch_5x' https://svn.apache.org/r1710027

LUCENE-6780: Improves GeoPointDistanceQuery accuracy with large radius. Improves testing rigor to GeoPointField

asfimport commented 9 years ago

Michael McCandless (@mikemccand) (migrated from JIRA)

@nknize can this be resolved now?

asfimport commented 9 years ago

Nick Knize (@nknize) (migrated from JIRA)

++. Merged to trunk and 5.4