apache / lucene

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

Debug spatial test failure isWithin [LUCENE-5549] #6611

Open asfimport opened 10 years ago

asfimport commented 10 years ago

The bug doesn't appear to be serious; mostly a test bug. It happens with the query shape is based on ShapeCollection, which has a bug in its bounding box that will turn the longitude range into a -180 to 180 range when there is a more optimal tighter range.

https://github.com/spatial4j/spatial4j/issues/77


Migrated from LUCENE-5549 by David Smiley (@dsmiley), updated Mar 24 2014 Environment:

-Dtests.method=testWithin -Dtests.multiplier=3 -Dtests.seed=5F5294CE2E075A3E:AAD2F0F79288CA64
asfimport commented 10 years ago

ASF subversion and git services (migrated from JIRA)

Commit 1580070 from @dsmiley in branch 'dev/trunk' https://svn.apache.org/r1580070

LUCENE-5549: punting on this test bug for now

asfimport commented 10 years ago

ASF subversion and git services (migrated from JIRA)

Commit 1580071 from @dsmiley in branch 'dev/branches/branch_4x' https://svn.apache.org/r1580071

LUCENE-5549: punting on this test bug for now

asfimport commented 10 years ago

ASF subversion and git services (migrated from JIRA)

Commit 1581020 from @dsmiley in branch 'dev/branches/lucene_solr_4_7' https://svn.apache.org/r1581020

LUCENE-5549: punting on this test bug for now