: 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
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
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
-
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
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