Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 80093 invoked from network); 2 Jul 2009 18:38:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Jul 2009 18:38:07 -0000 Received: (qmail 40277 invoked by uid 500); 2 Jul 2009 18:38:17 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 40228 invoked by uid 500); 2 Jul 2009 18:38:16 -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 40220 invoked by uid 99); 2 Jul 2009 18:38:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 18:38:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Thu, 02 Jul 2009 18:38:07 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C9BF8234C052 for ; Thu, 2 Jul 2009 11:37:47 -0700 (PDT) Message-ID: <1794557751.1246559867825.JavaMail.jira@brutus> Date: Thu, 2 Jul 2009 11:37:47 -0700 (PDT) From: "Shai Erera (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Commented: (LUCENE-1708) Improve the use of isDeleted in the indexing code In-Reply-To: <1093380295.1245570247363.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-1708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12726614#action_12726614 ] Shai Erera commented on LUCENE-1708: ------------------------------------ bq. it was a quick back and forth at the end. Got lazy towards the end Sometimes it's a valid way to pass a decision ;). > Improve the use of isDeleted in the indexing code > ------------------------------------------------- > > Key: LUCENE-1708 > URL: https://issues.apache.org/jira/browse/LUCENE-1708 > Project: Lucene - Java > Issue Type: Improvement > Components: Index > Reporter: Shai Erera > Assignee: Michael McCandless > Fix For: 2.9 > > Attachments: LUCENE-1708.patch, LUCENE-1708.patch > > > A spin off from here: http://www.nabble.com/Some-thoughts-around-the-use-of-reader.isDeleted-and-hasDeletions-td23931216.html. > Two changes: > # Optimize SegmentMerger work when a reader has no deletions. > # IndexReader.document() will no longer check if the document is deleted. > Will post a patch shortly -- 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