[ https://issues.apache.org/jira/browse/LUCENE-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12856887#action_12856887 ]
Nicolas Helleringer commented on LUCENE-1777: --------------------------------------------- Can someone confirm my analysis and mark this issue as resolved ? > Error on distance query where miles < 1.0 > ----------------------------------------- > > Key: LUCENE-1777 > URL: https://issues.apache.org/jira/browse/LUCENE-1777 > Project: Lucene - Java > Issue Type: Bug > Components: contrib/spatial > Affects Versions: 2.9 > Reporter: Glen Stampoultzis > Assignee: Chris Male > Attachments: LUCENE-1777.patch > > > If miles is under 1.0 distance query will break. > To reproduce modify the file > http://svn.apache.org/viewvc/lucene/java/trunk/contrib/spatial/src/test/org/apache/lucene/spatial/tier/TestCartesian.java?revision=794721 > And set the line: > final double miles = 6.0; > to > final double miles = 0.5; -- 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-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org