Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 44589 invoked from network); 10 Nov 2004 10:58:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Nov 2004 10:58:59 -0000 Received: (qmail 6363 invoked by uid 500); 10 Nov 2004 10:58:52 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 6331 invoked by uid 500); 10 Nov 2004 10:58:51 -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 6313 invoked by uid 99); 10 Nov 2004 10:58:51 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [213.61.178.43] (HELO mail.tanto.de) (213.61.178.43) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 10 Nov 2004 02:58:50 -0800 Received: from localhost (localhost [127.0.0.1]) by mail.tanto.de (Postfix) with ESMTP id 3DC9323BF4 for ; Wed, 10 Nov 2004 11:59:19 +0100 (CET) Received: from mail.tanto.de ([127.0.0.1]) by localhost (mail.tanto.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10139-01 for ; Wed, 10 Nov 2004 11:59:19 +0100 (CET) Received: from tucholsky.office.tanto.de (unknown [10.0.1.4]) by mail.tanto.de (Postfix) with ESMTP id 1395D23BF1 for ; Wed, 10 Nov 2004 11:59:19 +0100 (CET) Received: from tucholsky.office.tanto.de (morus@tucholsky [127.0.0.1]) by tucholsky.office.tanto.de (8.12.3/8.12.3/Debian-6.6) with ESMTP id iAAAwlmA023756 for ; Wed, 10 Nov 2004 11:58:47 +0100 Received: (from morus@localhost) by tucholsky.office.tanto.de (8.12.3/8.12.3/Debian-6.6) id iAAAwlG3023752; Wed, 10 Nov 2004 11:58:47 +0100 From: Morus Walter MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16785.62567.191874.743194@tanto-xipolis.de> Date: Wed, 10 Nov 2004 11:58:47 +0100 To: "Lucene Users List" Subject: Re: stopword AND validword throws exception In-Reply-To: <20041110094641.32829.qmail@web21327.mail.yahoo.com> References: <20041110094641.32829.qmail@web21327.mail.yahoo.com> X-Mailer: VM 7.03 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid X-Virus-Scanned: by amavisd-new at mail.tanto.de Q&A postmaster@tanto.de X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Sanyi writes: > > This query works as expected: > validword AND stopword > (throws out the stopword part and searches for validword) > > This query seems to crash: > stopword AND validword > (java.lang.ArrayIndexOutOfBoundsException: -1) > > Maybe it can't handle the case if it had to remove the very first part of the query?! > Can anyone else test this for me? How can I overcome this problem? > see bug: http://issues.apache.org/bugzilla/show_bug.cgi?id=9110 Morus --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org