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 79B78DBBA for ; Tue, 4 Sep 2012 09:10:09 +0000 (UTC) Received: (qmail 81217 invoked by uid 500); 4 Sep 2012 09:10:08 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 81106 invoked by uid 500); 4 Sep 2012 09:10:08 -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 81090 invoked by uid 99); 4 Sep 2012 09:10:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2012 09:10:07 +0000 Date: Tue, 4 Sep 2012 20:10:07 +1100 (NCT) From: "Robert Muir (JIRA)" To: dev@lucene.apache.org Message-ID: <953549004.31909.1346749807713.JavaMail.jiratomcat@arcas> In-Reply-To: <1268528786.31880.1346748967489.JavaMail.jiratomcat@arcas> Subject: [jira] [Resolved] (LUCENE-4353) Document deletions not applied to non-flushed segments 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-4353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-4353. --------------------------------- Resolution: Not A Problem docFreq doesn't reflect deletes. > Document deletions not applied to non-flushed segments > ------------------------------------------------------ > > Key: LUCENE-4353 > URL: https://issues.apache.org/jira/browse/LUCENE-4353 > Project: Lucene - Core > Issue Type: Bug > Components: core/index > Reporter: Sivan Yogev > Fix For: 5.0 > > Attachments: TestNonFlushedSegmentDeletion.java > > Original Estimate: 336h > Remaining Estimate: 336h > > Document deletions seems not to be applied to the current in-memory segments, only to flushed ones. Adding a test which fails on this, adding a commit before deletion makes the test pass. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators 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