RE: Boolean Query - TooManyClauses Exception

2005-05-20 Thread Jayakumar.V
: java-user@lucene.apache.org Subject: Re: Boolean Query - TooManyClauses Exception On Thursday 19 May 2005 14:39, Jayakumar.V wrote: > I'm getting a TooManyClauses Exception when I try to query for a > particular date range. See http://wiki.apache.org/jakarta-lucene/Luc

Re: Boolean Query - TooManyClauses Exception

2005-05-20 Thread John Wang
Any reason why Range query doesn't just iterate over the terms of the field instead of creating a large BooleanQuery with term queries? Are there any specific difficultites in doing so or any other impacts? Thanks -John On 5/19/05, Jayakumar.V <[EMAIL PROTECTED]> wrote: > Hi, > > I'm getting a

Re: Boolean Query - TooManyClauses Exception

2005-05-19 Thread Daniel Naber
On Thursday 19 May 2005 14:39, Jayakumar.V wrote: > I'm getting a TooManyClauses Exception when I try to query for a > particular date range. See http://wiki.apache.org/jakarta-lucene/LuceneFAQ#head-06fafb5d19e786a50fb3dfb8821a6af9f37aa831 -- http://www.danielnaber.de -