Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 74111 invoked from network); 2 Apr 2004 18:00:40 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Apr 2004 18:00:40 -0000 Received: (qmail 39325 invoked by uid 500); 2 Apr 2004 18:00:28 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 39125 invoked by uid 500); 2 Apr 2004 18:00:26 -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 39109 invoked from network); 2 Apr 2004 18:00:26 -0000 Received: from unknown (HELO avas7.telusquebec.local) (142.169.1.124) by daedalus.apache.org with SMTP; 2 Apr 2004 18:00:26 -0000 Received: from nodnsquery(192.168.250.24) by avas7.telusquebec.local via csmap id dd75c81c_848c_11d8_801e_0002b3a434af_12023; Fri, 02 Apr 2004 10:02:35 +0000 (UTC) Received: from avas7.telusquebec.local (foo.nstein.com [206.162.161.114]) by smtp2.globetrotter.net (iPlanet Messaging Server 5.2) with ESMTPA id <0HVK00DAA205JA@"TELUS Quebec"> for lucene-user@jakarta.apache.org; Fri, 02 Apr 2004 13:00:06 -0500 (EST) Received: from foo.nstein.com(206.162.161.114) by avas7.telusquebec.local via csmap id cef99430_848c_11d8_9bbe_0002b3a434af_11548; Fri, 02 Apr 2004 10:02:11 +0000 (UTC) Date: Fri, 02 Apr 2004 12:55:25 -0500 From: Tate Avery Subject: Numeric field data To: lucene-user@jakarta.apache.org Reply-to: tate.avery@nstein.com Message-id: <001101c418db$adc2b660$4c0012ac@nstein.com> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Mailer: Microsoft Outlook CWS, Build 9.0.6604 (9.0.2911.0) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello, Is there a way (direct or indirect) to support a field with numeric data? More specifically, I would be interested in doing a range search on numeric data and having something like: number:[1 TO 2] ... and not have it return 11 or 103, etc. But, return 1.5, for example. Is there any support in current and/or upcoming versions for this type of thing? Or, has anyone figured out a creative workaround to obtain the desired result? Thank you for any comments, Tate p.s. Ideally, I would be able to do equal, greater than, less than and these in combination with each other (i.e. ranges, greater than or equal to, etc.). --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org