Re: Range Queries Performance Hit

2010-03-25 Thread Ian Lea
That question should be asked on the clucene list. This is the java-user lucene list. -- Ian. On Thu, Mar 25, 2010 at 12:19 PM, wrote: > > Hi, > > Is there something of this sort  provided in clucene as well..lucene for > c++ ??? > > thanks, > Suman > >> No.  See java classes >> >> org.apach

Re: Range Queries Performance Hit

2010-03-25 Thread suman . holani
Hi, Is there something of this sort provided in clucene as well..lucene for c++ ??? thanks, Suman > No. See java classes > > org.apache.lucene.search.NumericRangeQuery > org.apache.lucene.document.NumericField > > See also recent thread on this list with subject "Lucene 3.0 Search > Performan

Re: Range Queries Performance Hit

2010-03-25 Thread Ian Lea
No. See java classes org.apache.lucene.search.NumericRangeQuery org.apache.lucene.document.NumericField See also recent thread on this list with subject "Lucene 3.0 Search Performance Stats". -- Ian. On Thu, Mar 25, 2010 at 11:53 AM, wrote: > > U mean I need to use padding technique in ind

RE: Range Queries Performance Hit

2010-03-25 Thread suman . holani
U mean I need to use padding technique in indexing and searching in order to make numeric searches rt? for numbers 1...10 indexes should be 01 0210 rather than 1 10 2.9 thanks, Suman > You should use NumericRangeQuery and NumericField (since 2.9). > > - > Uwe Schindler > H.-H.-Me

RE: Range Queries Performance Hit

2010-03-25 Thread Uwe Schindler
You should use NumericRangeQuery and NumericField (since 2.9). - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: suman.hol...@zapak.co.in [mailto:suman.hol...@zapak.co.in] > Sent: Thursday, March 25, 2010