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 -

FW: Boolean Query - TooManyClauses Exception

2005-05-19 Thread Jayakumar.V
Hi, Further to the below, if I remove the RangeQuery, it works beautifully. :-( Any pointers to where the issue is ? jayakumar.v _ From: Jayakumar.V [mailto:[EMAIL PROTECTED] Sent: Thursday, May 19, 2005 16:40 PM To: 'java-user@lucene.apache.org' Subject: Boo

Boolean Query - TooManyClauses Exception

2005-05-19 Thread Jayakumar.V
Hi, I'm getting a TooManyClauses Exception when I try to query for a particular date range. I've around 4 million documents with 21 fields each. The fields to search into are determined by the user - it can be field F1 or F2 or both. Also there is a date range within which the results need t