Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 32078 invoked from network); 15 May 2005 17:28:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 May 2005 17:28:24 -0000 Received: (qmail 1596 invoked by uid 500); 15 May 2005 17:33:03 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 1547 invoked by uid 500); 15 May 2005 17:33:03 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 1531 invoked by uid 500); 15 May 2005 17:33:03 -0000 Delivered-To: apmail-jakarta-lucene-dev@jakarta.apache.org Received: (qmail 1526 invoked by uid 99); 15 May 2005 17:33:03 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 15 May 2005 10:33:02 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id EC19D2E1; Sun, 15 May 2005 19:28:17 +0200 (CEST) From: bugzilla@apache.org To: lucene-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 33848] - ArrayIndexOutOfBoundsException when using MultiFieldQueryParser X-Bugzilla-Reason: AssignedTo Message-Id: <20050515172817.EC19D2E1@ajax.apache.org> Date: Sun, 15 May 2005 19:28:17 +0200 (CEST) X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=33848 john.wang@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #15035|0 |1 is obsolete| | ------- Additional Comments From john.wang@gmail.com 2005-05-15 19:28 ------- Created an attachment (id=15036) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=15036&action=view) merged the two idential implementations of getFieldQuery methods This attachment includes the changes in the previous patch: (15035) The 2 getFieldQuery methods with different method signatures are implmented with identical code in that the Analyzer parameter is ignored. This attachment cleaned this up. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org