Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B0DDB6436 for ; Wed, 6 Jul 2011 13:55:40 +0000 (UTC) Received: (qmail 79376 invoked by uid 500); 6 Jul 2011 13:55:39 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 79203 invoked by uid 500); 6 Jul 2011 13:55:38 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 79196 invoked by uid 99); 6 Jul 2011 13:55:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jul 2011 13:55:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jul 2011 13:55:37 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 936B045867 for ; Wed, 6 Jul 2011 13:55:16 +0000 (UTC) Date: Wed, 6 Jul 2011 13:55:16 +0000 (UTC) From: "Michael McCandless (JIRA)" To: dev@lucene.apache.org Message-ID: <459556764.4042.1309960516584.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1329333915.44093.1309189907321.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (LUCENE-3246) Invert IR.getDelDocs -> IR.getLiveDocs 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-3246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-3246. ---------------------------------------- Resolution: Fixed Next I'll work on LUCENE-1536... > Invert IR.getDelDocs -> IR.getLiveDocs > -------------------------------------- > > Key: LUCENE-3246 > URL: https://issues.apache.org/jira/browse/LUCENE-3246 > Project: Lucene - Java > Issue Type: Improvement > Components: core/index > Reporter: Michael McCandless > Assignee: Michael McCandless > Fix For: 4.0 > > Attachments: LUCENE-3246-IndexSplitters.patch, LUCENE-3246.patch, LUCENE-3246.patch > > > Spinoff from LUCENE-1536, where we need to fix the low level filtering > we do for deleted docs to "match" Filters (ie, a set bit means the doc > is accepted) so that filters can be pushed all the way down to the > enums when possible/appropriate. > This change also inverts the meaning first arg to > TermsEnum.docs/AndPositions (renames from skipDocs to liveDocs). -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org