Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@locus.apache.org Received: (qmail 55092 invoked from network); 2 Aug 2008 14:12:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Aug 2008 14:12:37 -0000 Received: (qmail 31605 invoked by uid 500); 2 Aug 2008 14:12:35 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 31391 invoked by uid 500); 2 Aug 2008 14:12:34 -0000 Mailing-List: contact solr-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-dev@lucene.apache.org Received: (qmail 31380 invoked by uid 99); 2 Aug 2008 14:12:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Aug 2008 07:12:34 -0700 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; Sat, 02 Aug 2008 14:11:48 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EF6DB234C190 for ; Sat, 2 Aug 2008 07:11:44 -0700 (PDT) Message-ID: <1429933418.1217686304979.JavaMail.jira@brutus> Date: Sat, 2 Aug 2008 07:11:44 -0700 (PDT) From: "Fuad Efendi (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Updated: (SOLR-671) Range queries with 'slong' field type do not retrieve correct results In-Reply-To: <1936070096.1217684744508.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SOLR-671?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Fuad Efendi updated SOLR-671: ----------------------------- Priority: Major (was: Trivial) Issue Type: Bug (was: Test) Here is test case, similar to Arrays.sort() bug (unsigned...): {code} =09=09long time1 =3D System.currentTimeMillis() - 30*24*3600*1000; =09=09long time2 =3D 30*24*3600*1000; =09=09System.out.println(time1); =09=09System.out.println(time1-time2); Output: 1219389000674 1221091967970 {code} (time1-time2) > time1! What happens inside SOLR slong for such queries? > Range queries with 'slong' field type do not retrieve correct results > --------------------------------------------------------------------- > > Key: SOLR-671 > URL: https://issues.apache.org/jira/browse/SOLR-671 > Project: Solr > Issue Type: Bug > Affects Versions: 1.3 > Environment: SOLR-1.3-DEV=20 > Schema: > > > > > > > Reporter: Fuad Efendi > Original Estimate: 168h > Remaining Estimate: 168h > > Range queries always return all results (do not filter): > timestamp:[1019386401114 TO 1219386401114] > > timestamp:[1019386401114 TO 1219386401114] > timestamp:[1019386401114 TO 1219386401114] > timestamp:[1019386401114 TO 1219386401114] > timestamp:[#8;#0;=CE=B5=E3=81=94=E1=85= =9A TO #8;#0;=D1=AF=E5=88=AF=E6=85=9A] > ... > OldLuceneQParser --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.