[ 
https://issues.apache.org/jira/browse/LUCENE-9243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17048807#comment-17048807
 ] 

ASF subversion and git services commented on LUCENE-9243:
---------------------------------------------------------

Commit d9787406f895d166e0d13eb5ce8a98865f1f3e39 in lucene-solr's branch 
refs/heads/branch_8x from Ignacio Vera
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=d978740 ]

LUCENE-9243: Add fudge factor when creating a bounding box of a xycircle (#1278)



> TestXYPointDistanceSort failure: point was within the distance , but the bbox 
> doesn't contain it
> ------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-9243
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9243
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Ignacio Vera
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Reproduce:
> {code:java}
> ant test  -Dtestcase=TestXYPointDistanceSort -Dtests.method=testRandomHuge 
> -Dtests.seed=EC212F407CDDF680 -Dtests.multiplier=2 -Dtests.nightly=true 
> -Dtests.slow=true 
> -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt
>  -Dtests.locale=fr-FR -Dtests.timezone=Pacific/Yap -Dtests.asserts=true 
> -Dtests.file.encoding=UTF-8 {code}
> I had a look and this error is similar to LUCENE-7143. The solution should be 
> similar, add a fudge factor to the bounding box of a circle so we make sure 
> we include all points that are at the specified distance.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to