Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 80773 invoked from network); 12 Oct 2009 21:34:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Oct 2009 21:34:55 -0000 Received: (qmail 19339 invoked by uid 500); 12 Oct 2009 21:34:54 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 19252 invoked by uid 500); 12 Oct 2009 21:34:53 -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 19244 invoked by uid 99); 12 Oct 2009 21:34:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 21:34:53 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 21:34:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4CA79234C045 for ; Mon, 12 Oct 2009 14:34:31 -0700 (PDT) Message-ID: <1833237730.1255383271298.JavaMail.jira@brutus> Date: Mon, 12 Oct 2009 14:34:31 -0700 (PDT) From: "Michael Busch (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Updated: (LUCENE-944) Remove deprecated methods in BooleanQuery In-Reply-To: <31174910.1182849985856.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-944: --------------------------------- Attachment: lucene-944.patch All core & contrib tests pass now. The problem was QueryUtils#checkSkipTo(). It still performed the checks using a global scorer, which resulted in failures in the FieldCacheSanityChecker. (the same values were cached twice: once for the global reader plus for the per-segment readers). QueryUtils#checkFirstSkipTo() was already implemented correctly so that it performs the checks with per-segment scorers. I think this is ready to commit now. Mark, do you want to take a look at my checkSkipTo() changes before I commit? > Remove deprecated methods in BooleanQuery > ----------------------------------------- > > Key: LUCENE-944 > URL: https://issues.apache.org/jira/browse/LUCENE-944 > Project: Lucene - Java > Issue Type: Improvement > Components: Search > Reporter: Paul Elschot > Assignee: Michael Busch > Priority: Minor > Fix For: 3.0 > > Attachments: BooleanQuery20070626.patch, lucene-944.patch, lucene-944.patch > > > Remove deprecated methods setUseScorer14 and getUseScorer14 in BooleanQuery, and adapt javadocs. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org