Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 91046 invoked from network); 10 Feb 2005 18:52:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Feb 2005 18:52:10 -0000 Received: (qmail 42975 invoked by uid 500); 10 Feb 2005 18:52:05 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 42944 invoked by uid 500); 10 Feb 2005 18:52:05 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 42930 invoked by uid 99); 10 Feb 2005 18:52:05 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from smtp-vbr12.xs4all.nl (HELO smtp-vbr12.xs4all.nl) (194.109.24.32) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 10 Feb 2005 10:52:04 -0800 Received: from k8l.lan (porta.xs4all.nl [80.127.24.69]) by smtp-vbr12.xs4all.nl (8.12.11/8.12.11) with ESMTP id j1AIq0Or045264 for ; Thu, 10 Feb 2005 19:52:00 +0100 (CET) (envelope-from paul.elschot@xs4all.nl) From: Paul Elschot To: lucene-user@jakarta.apache.org Subject: Re: Problem searching Field.Keyword field Date: Thu, 10 Feb 2005 19:51:59 +0100 User-Agent: KMail/1.5.4 References: <20052817282.987755@Kelvin> <006801c50f98$1dc6a350$7703d00a@hypermedia.com> In-Reply-To: <006801c50f98$1dc6a350$7703d00a@hypermedia.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502101951.59824.paul.elschot@xs4all.nl> X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Thursday 10 February 2005 18:44, Luke Shannon wrote: > Are there any issues with having a bunch of boolean queries and than adding > them to one big boolean queries (making them all required)? The 1.4.3 and earlier BooleanScorer has an out of bounds exception for "More than 32 required/prohibited clauses in query". In the development version this restriction has gone. The limitation of the maximum clause count (default 1024, configurable) is still there. Regards, Paul Elschot --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org