Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 2302 invoked from network); 27 Apr 2004 14:26:33 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 27 Apr 2004 14:26:33 -0000 Received: (qmail 42642 invoked by uid 500); 27 Apr 2004 14:26:25 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 42388 invoked by uid 500); 27 Apr 2004 14:26:23 -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 42371 invoked from network); 27 Apr 2004 14:26:23 -0000 Received: from unknown (HELO avas7.telusquebec.local) (142.169.1.152) by daedalus.apache.org with SMTP; 27 Apr 2004 14:26:23 -0000 Received: from nodnsquery(192.168.250.24) by avas7.telusquebec.local via csmap id eebe6dbc_9856_11d8_94cf_0002b3a434af_13305; Tue, 27 Apr 2004 10:26:55 -0400 (EDT) Received: from avas7.telusquebec.local (foo.nstein.com [206.162.161.114]) by smtp2.globetrotter.net (iPlanet Messaging Server 5.2) with ESMTPA id <0HWU00LK62QCBP@"TELUS Quebec"> for lucene-user@jakarta.apache.org; Tue, 27 Apr 2004 10:25:25 -0400 (EDT) Received: from foo.nstein.com(206.162.161.114) by avas7.telusquebec.local via csmap id ca85028a_9856_11d8_9874_0002b3a434af_12503; Tue, 27 Apr 2004 10:25:54 -0400 (EDT) Date: Tue, 27 Apr 2004 10:19:51 -0400 From: Tate Avery Subject: BooleanScorer - 32 required/prohibited clause limit To: lucene-user@jakarta.apache.org Reply-to: tate.avery@nstein.com Message-id: <000a01c42c62$b4ad7420$4c0012ac@nstein.com> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Mailer: Microsoft Outlook CWS, Build 9.0.6604 (9.0.2911.0) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello, I am using Lucene 1.3 and I ran into the following exception: java.lang.IndexOutOfBoundsException: More than 32 required/prohibited clauses in query. at org.apache.lucene.search.BooleanScorer.add(BooleanScorer.java:98) Is there any easy way to fix/adjust this (like the BooleanQuery.maxClauseCount, for example)? Strangely, I couldn't find mention of the BooleanScorer class in my javadoc. Thank you for any tips. Tate p.s. Yes, I am intentionally generating some rather long boolean queries. :) --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org