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
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
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
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.timeToString(long)?
Best regards,
-C.B.