Re: Date Range Search throws IndexAccessException

2004-12-03 Thread Chris Hostetter
: I'm assuming that this must have something to do with how the date field : enumerates against the matches with 'by the second' granularity - and : thereby exceeding the maximum number of boolean clauses (please correct me : if I am wrong). I'm not so certain .. if you were really exceeding the

RE: Date Range Search throws IndexAccessException

2004-12-03 Thread Shawn Konopinsky
actually have to be created and passed into the search method. Thoughts? Shawn. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Chris Hostetter Sent: Friday, December 03, 2004 1:33 PM To: Lucene Users List Subject: Re: Date Range Search throws

RE: Date Range Search throws IndexAccessException

2004-12-03 Thread Chris Hostetter
: The problem with using a Filter is that I want to be able to merely generate : a text query based on the range information instead of having to modify the : core search module which basically receives text queries. If I understand : correctly, the Filter would actually have to be created and