Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 35035 invoked from network); 18 Nov 2004 10:35:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Nov 2004 10:35:20 -0000 Received: (qmail 50282 invoked by uid 500); 18 Nov 2004 10:35:16 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 50246 invoked by uid 500); 18 Nov 2004 10:35:15 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 50233 invoked by uid 99); 18 Nov 2004 10:35:14 -0000 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=RCVD_BY_IP,RCVD_DOUBLE_IP_LOOSE,RCVD_NUMERIC_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [80.33.244.28] (HELO 80.33.244.28) (80.33.244.28) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 18 Nov 2004 02:35:11 -0800 Received: from [213.170.56.194] by 80.33.244.28 (ArGoSoft Mail Server Pro for WinNT/2000/XP, Version 1.8 (1.8.6.7)); Thu, 18 Nov 2004 11:36:08 +0100 From: "d2clon@desarrolladores.org" Reply-To: d2clon@desarrolladores.org Organization: desarrolladores.org To: lucene-user@jakarta.apache.org Subject: problems search number range Date: Thu, 18 Nov 2004 10:35:47 +0100 User-Agent: KMail/1.6.1 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200411181035.47756.d2clon@desarrolladores.org> X-ArGoMail-Authenticated: d2clon@desarrolladores.org X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N (excuse me for my english) hi people: i am trying to do a search between two numbers..=20 at the very beginning it was all right,=20 for example: when i had the number 20 and i searched between 10 and 30 query=3D 'number:[10 TO 30]' then lucene found it.. but.. if i change the range numbers: 5 and 130 i started to have problems.. lucene didn't find the number 20 yet=A1 i solved this changing the format of the numbers and putting this:=20 number to look for: "020" range: "005", "130" query=3D 'number:[005 TO 030] up to this point all correct..=20 but then another problem starts: i need to use negative numbers and then all becomes crazy for me... i need to solve this search: number: -10 range: -50 TO 5 i need help..=20 i dont find anything using google..=20 thanks d2clon --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org