Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 78414 invoked from network); 11 Jul 2006 02:38:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jul 2006 02:38:38 -0000 Received: (qmail 41189 invoked by uid 500); 11 Jul 2006 02:38:37 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 40572 invoked by uid 500); 11 Jul 2006 02:38:36 -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 40561 invoked by uid 99); 11 Jul 2006 02:38:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 19:38:36 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ning.li.li@gmail.com designates 64.233.182.184 as permitted sender) Received: from [64.233.182.184] (HELO nf-out-0910.google.com) (64.233.182.184) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 19:38:35 -0700 Received: by nf-out-0910.google.com with SMTP id n29so176529nfc for ; Mon, 10 Jul 2006 19:38:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cD9zIGgnPiNam7RjxcSS4uSnPHXl1HrB73+LTkAfgAE0KCJzLOZVtqw4hVB+wxywSOitQWYaJiB4pg/6Yn716fj5zJAO9w9StNFf/ql2Zmy2gJz2XMCqMMws+mqHv02srcJeC2SnIm2ixefZAJbIcgh7wSCsBY192rIJGn39I5A= Received: by 10.78.177.3 with SMTP id z3mr1960398hue; Mon, 10 Jul 2006 19:38:14 -0700 (PDT) Received: by 10.78.125.8 with HTTP; Mon, 10 Jul 2006 19:38:14 -0700 (PDT) Message-ID: Date: Mon, 10 Jul 2006 22:38:14 -0400 From: "Ning Li" To: java-dev@lucene.apache.org Subject: Re: [jira] Commented: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided) In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <14645793.1152156330186.JavaMail.jira@brutus> <20060707130551.GA10773@fermat.math.technion.ac.il> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > Random comment... ... > An alternate implementation could use a HashMap to associate term with > maxSegment. ... Very well taken. :-) I won't submit a new version of the patch at this point to avoid too many versions of the patch. Thanks, Ning --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org