Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 45159 invoked from network); 9 Mar 2009 12:44:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Mar 2009 12:44:48 -0000 Received: (qmail 48213 invoked by uid 500); 9 Mar 2009 12:44:40 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 48185 invoked by uid 500); 9 Mar 2009 12:44:40 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 48174 invoked by uid 99); 9 Mar 2009 12:44:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Mar 2009 05:44:40 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [122.98.10.31] (HELO KECGATE03.infosys.com) (122.98.10.31) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Mar 2009 12:44:34 +0000 X-TM-IMSS-Message-ID: Received: from blrkechub03.ad.infosys.com ([10.66.236.43]) by KECGATE03.infosys.com ([122.98.10.31]) with ESMTP (TREND IMSS SMTP Service 7.0; TLS: TLSv1/SSLv3,128bits,RC4-MD5) id f3995eae000cdeb9 ; Mon, 9 Mar 2009 16:38:14 +0530 Received: from BLRKECMBX06.ad.infosys.com ([10.66.236.32]) by blrkechub03.ad.infosys.com ([10.66.236.43]) with mapi; Mon, 9 Mar 2009 16:39:44 +0530 From: Allahbaksh Mohammedali Asadullah To: "java-user@lucene.apache.org" Date: Mon, 9 Mar 2009 16:39:43 +0530 Subject: RE: Lucene 2.9 Thread-Topic: Lucene 2.9 Thread-Index: AcmgooE6Pzw2AJ9bQZCL3oEZugp9cgAArwTAAABlYyA= Message-ID: <68959F25CDEBCB4F917D5A253291D73E0D832B0762@BLRKECMBX06.ad.infosys.com> References: <68959F25CDEBCB4F917D5A253291D73E0D832B06EB@BLRKECMBX06.ad.infosys.com> <5561A991C9C3486FA002F9A5940A97C8@VEGA> In-Reply-To: <5561A991C9C3486FA002F9A5940A97C8@VEGA> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I=20was=20not=20aware=20of=20TrieRangeQuery=20but=20whether=20syntax=20fo= r=20numberical=20query=20will=20change.=20For=20example=20I=20want=20to= =20search=20 amount=20>=3D=2015=20rather=20than=20doing=20it=20amount:[=2015]=20or=20s= omething? Is=20there=20any=20open=20source=20queryparser=20which=20converts=20somet= hing=20like=20amount=20>=3D15=20into=20lucene=20number=20format=20query. Regards, Allahbaksh =20 -----Original=20Message----- From:=20Uwe=20Schindler=20[mailto:uwe@thetaphi.de]=20 Sent:=20Monday,=20March=2009,=202009=204:26=20PM To:=20java-user@lucene.apache.org Subject:=20RE:=20Lucene=202.9 >=20>=20Is=20there=20any=20plans=20to=20have=20simpler=20queries=20for=20= Numbers=20and=20Data? >=20 >=20With=20the=20recent=20addition=20of=20TrieRangeQuery=20(in=202.9),=20= I=20think=20Lucene's >=20range=20querying=20is=20actually=20very=20strong,=20though=20you'd=20= have=20to=20subclass >=20QueryParser=20and=20override=20getRangeQuery=20to=20have=20it=20creat= e=20TrieRangeQuery. The=20additions=20for=20QueryParser=20to=20support=20this=20are=20done=20= in=20Solr=20(because=20in contrast=20to=20Lucene=20alone,=20Solr=20knows=20the=20datatype=20and=20e= ncoding)=20of=20each field:=20https://issues.apache.org/jira/browse/SOLR-940 You=20can=20do=20it=20in=20the=20same=20way.=20Maybe=20we=20should=20supp= ly=20some=20"plugin"=20for=20the QueryParser=20in=20TrieRange=20contrib? --------------------------------------------------------------------- To=20unsubscribe,=20e-mail:=20java-user-unsubscribe@lucene.apache.org For=20additional=20commands,=20e-mail:=20java-user-help@lucene.apache.org ****************=20CAUTION=20-=20Disclaimer=20***************** This=20e-mail=20contains=20PRIVILEGED=20AND=20CONFIDENTIAL=20INFORMATION= =20intended=20solely=20 for=20the=20use=20of=20the=20addressee(s).=20If=20you=20are=20not=20the= =20intended=20recipient,=20please=20 notify=20the=20sender=20by=20e-mail=20and=20delete=20the=20original=20mes= sage.=20Further,=20you=20are=20not=20 to=20copy,=20disclose,=20or=20distribute=20this=20e-mail=20or=20its=20con= tents=20to=20any=20other=20person=20and=20 any=20such=20actions=20are=20unlawful.=20This=20e-mail=20may=20contain=20= viruses.=20Infosys=20has=20taken=20 every=20reasonable=20precaution=20to=20minimize=20this=20risk,=20but=20is= =20not=20liable=20for=20any=20damage=20 you=20may=20sustain=20as=20a=20result=20of=20any=20virus=20in=20this=20e-= mail.=20You=20should=20carry=20out=20your=20 own=20virus=20checks=20before=20opening=20the=20e-mail=20or=20attachment.= =20Infosys=20reserves=20the=20 right=20to=20monitor=20and=20review=20the=20content=20of=20all=20messages= =20sent=20to=20or=20from=20this=20e-mail=20 address.=20Messages=20sent=20to=20or=20from=20this=20e-mail=20address=20m= ay=20be=20stored=20on=20the=20 Infosys=20e-mail=20system. ***INFOSYS********=20End=20of=20Disclaimer=20********INFOSYS*** --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org