From java-dev-return-36927-apmail-lucene-java-dev-archive=lucene.apache.org@lucene.apache.org Mon Aug 03 02:41:35 2009 Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 41686 invoked from network); 3 Aug 2009 02:41:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Aug 2009 02:41:35 -0000 Received: (qmail 17284 invoked by uid 500); 3 Aug 2009 02:41:39 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 17229 invoked by uid 500); 3 Aug 2009 02:41:39 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 17168 invoked by uid 99); 3 Aug 2009 02:41:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Aug 2009 02:41:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Aug 2009 02:41:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D02F2234C053 for ; Sun, 2 Aug 2009 19:41:14 -0700 (PDT) Message-ID: <346519041.1249267274851.JavaMail.jira@brutus> Date: Sun, 2 Aug 2009 19:41:14 -0700 (PDT) From: "Glen Stampoultzis (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Created: (LUCENE-1777) Error on distance query where miles < 1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org 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 Reporter: Glen Stampoultzis 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. - 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