RE: solr numeric range queries

2010-04-14 Thread Sandhya Agarwal
Sure. Will take a look. Thanks, Ankit. -Original Message- From: Ankit Bhatnagar [mailto:abhatna...@vantage.com] Sent: Wednesday, April 14, 2010 6:52 PM To: 'solr-user@lucene.apache.org' Subject: RE: solr numeric range queries Hi Sandhya, On a different note - if you are usi

RE: solr numeric range queries

2010-04-14 Thread Ankit Bhatnagar
...@opentext.com] Sent: Wednesday, April 14, 2010 7:56 AM To: solr-user@lucene.apache.org Subject: RE: solr numeric range queries Thanks Erik. I did read through the document mentioned, but was a little surprised that there is no direct syntax for "<=", "<" etc;. Hence, was con

RE: solr numeric range queries

2010-04-14 Thread Sandhya Agarwal
ay, April 14, 2010 5:09 PM To: solr-user@lucene.apache.org Subject: Re: solr numeric range queries On Apr 14, 2010, at 6:09 AM, Sandhya Agarwal wrote: > Hello, > > As I understand, we have to use the syntax { * TO } or [ * > TO ], for queries less than or less than or equal >

Re: solr numeric range queries

2010-04-14 Thread Erik Hatcher
On Apr 14, 2010, at 6:09 AM, Sandhya Agarwal wrote: Hello, As I understand, we have to use the syntax { * TO } or [ * TO ], for queries less than or less than or equal to , etc; Where is a numeric field. There is no direct < or <= syntax supported. Is that correct ? That's c