You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Erik Hatcher <er...@ehatchersolutions.com> on 2004/02/01 13:24:52 UTC

Re: Date Range support

On Jan 29, 2004, at 5:08 AM, tom wa wrote:
> I'm trying to create an index which can also be searched with date 
> ranges. My first attempt using the Lucene date format ran in to 
> trouble after my index grew and I couldn't search over more than a few 
> days.
> I saw some other posts explaining why this happens and the suggestion 
> seemed to be to use strings of the format yyyyMMdd. Using that format 
> worked great until I remembered that my search needs
>  to be able to support different timezones. Adding the hour to my 
> field causes the same problem above and my queries stop working when 
> using a range of about 2 months.

When you say you couldn't search and that it stopped working, do you 
mean it was just unacceptably slow?


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org