Re: Range Query Assistance

2010-04-21 Thread Otis Gospodnetic
- Nutch Lucene ecosystem search :: http://search-lucene.com/ - Original Message > From: "i...@josephcrawford.com" > To: java-user@lucene.apache.org > Sent: Fri, April 16, 2010 9:23:30 AM > Subject: Range Query Assistance > > Hello, I would like to query based

Re: Range Query Assistance

2010-04-16 Thread suman.holani
Hello Joseph, Yes this would work .Range queries could be used for range searches. But this is very expensive in terms of performance. Regards, Suman On Fri, 16 Apr 2010 06:23:30 -0700, wrote: > Hello, > > I would like to query based on a start and end date. I was thinking > something like

Range Query Assistance

2010-04-16 Thread info
Hello, I would like to query based on a start and end date. I was thinking something like this start_date: [2101 TO ] end_date: [ TO 20900101] Would this work for me? Our dates are stored in the index as strings so I am not sure the syntax above would be correct. Any assistance would be a