From java-dev-return-14670-apmail-lucene-java-dev-archive=lucene.apache.org@lucene.apache.org Wed Jun 21 18:30:06 2006 Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 60408 invoked from network); 21 Jun 2006 18:30:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Jun 2006 18:30:05 -0000 Received: (qmail 19747 invoked by uid 500); 21 Jun 2006 18:30:02 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 19717 invoked by uid 500); 21 Jun 2006 18:30:02 -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 19706 invoked by uid 99); 21 Jun 2006 18:30:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jun 2006 11:30:02 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [169.229.70.167] (HELO rescomp.berkeley.edu) (169.229.70.167) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jun 2006 11:30:01 -0700 Received: by rescomp.berkeley.edu (Postfix, from userid 1007) id E67055B76E; Wed, 21 Jun 2006 11:29:40 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by rescomp.berkeley.edu (Postfix) with ESMTP id DEC867F403 for ; Wed, 21 Jun 2006 11:29:40 -0700 (PDT) Date: Wed, 21 Jun 2006 11:29:40 -0700 (PDT) From: Chris Hostetter To: Lucene Dev Subject: Re: Bug in BooleanScorer2 In-Reply-To: <3670ca6c0606211035q160e58f3r7c4736a2dc266754@mail.gmail.com> Message-ID: References: <3670ca6c0606211035q160e58f3r7c4736a2dc266754@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N : Not sure what the solution should be: I haven't looed at the code so i'm not sure ... but my first thought would be to try both this.doc() and BooleanScorer2.this.doc(), and see which one passes all the unit tests. Of course, if both of them pass the unit tests, then I'd be *really* worried. -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org