Re: range query on dates

2006-12-15 Thread Kapil Chhabra
In my applications, I have stored the dates as MMDD to make it simple and easy. Works just fine for me. regards, kapilChhabra Cam Bazz wrote: Hello, how can I make a query to bring documents between timestamp begin and timestamp end, given that I have stored my dates using DateTools.timeT

Re: range query on dates

2006-12-14 Thread Doron Cohen
There is an example in TestDateFilter http://svn.apache.org/viewvc/lucene/java/trunk/src/test/org/apache/lucene/search/TestDateFilter.java?view=log "Cam Bazz" <[EMAIL PROTECTED]> wrote: > Hello, > > how can I make a query to bring documents between timestamp begin and > timestamp end, given that I

Re: range query on dates

2006-12-14 Thread Erick Erickson
I'd search this mail archive for DateTools, this has been discussed repeatedly and you'd get lots and lots of info. Erick On 12/14/06, Cam Bazz <[EMAIL PROTECTED]> wrote: Hello, how can I make a query to bring documents between timestamp begin and timestamp end, given that I have stored my da