Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 52334 invoked from network); 1 Apr 2009 17:13:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Apr 2009 17:13:38 -0000 Received: (qmail 89620 invoked by uid 500); 1 Apr 2009 17:13:36 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 89563 invoked by uid 500); 1 Apr 2009 17:13:36 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 89553 invoked by uid 99); 1 Apr 2009 17:13:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Apr 2009 17:13:36 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of yseeley@gmail.com designates 209.85.146.177 as permitted sender) Received: from [209.85.146.177] (HELO wa-out-1112.google.com) (209.85.146.177) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Apr 2009 17:13:28 +0000 Received: by wa-out-1112.google.com with SMTP id l35so66866waf.5 for ; Wed, 01 Apr 2009 10:13:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=kijCG0RoFoXaHsCUoJT+uiE2s65WSqHPR81xIRB/HhE=; b=Lnk8aeKUCyCxQFwMoAJKAVPef6H5wyQnP1Ssv0O+3OydKI0RSTyhIIj1fSethOUx6f vfeXK2mI1JrSNsohoQl9hdfMMSVpWTZFkf3gF6b8xh8k32EmPXEj6OQpsInRlIgV/ycx 3Zjn1BTQ4yqfN6Ht5ShsuAwwUxQHYQ88ac6wQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=cdXZuOHhvviISSQdcwf1gyDHdHlH17LktWL6Y4RHs8yMVu44G3FddfrRDoY5iBxKAP G9DjF6OcM2pluyr8ZSjzta1arcjCdDUUewI7jN43wbriyuH1GaPUg2EsVNW5yhN1U0AV xyQ4LE/R81MQE3moQVSF8pZIQ6xpWlEzCQCao= MIME-Version: 1.0 Sender: yseeley@gmail.com Reply-To: yonik@lucidimagination.com Received: by 10.115.49.11 with SMTP id b11mr5351725wak.114.1238605988055; Wed, 01 Apr 2009 10:13:08 -0700 (PDT) In-Reply-To: <9ac0c6aa0904010102t67590b1asde251d2552bf919f@mail.gmail.com> References: <8837fb770903311241p45483892jf58b4779b1e6f14c@mail.gmail.com> <8837fb770903311358n77aa2065o5f8f1489f319264@mail.gmail.com> <8837fb770903311923m3d159efbtb0c9bc91e2f1928b@mail.gmail.com> <9ac0c6aa0904010102t67590b1asde251d2552bf919f@mail.gmail.com> Date: Wed, 1 Apr 2009 13:13:08 -0400 X-Google-Sender-Auth: a8300e99da5567bd Message-ID: Subject: Re: IndexWriter.deleteDocuments(Query query) From: Yonik Seeley To: java-user@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Apr 1, 2009 at 4:02 AM, Michael McCandless wrote: > I think this has the same problem as exposing delete by docID, ie, how > would you produce that docIdSet? Whoops, right. I was going by memory that there was a get(IndexReader) type method there... but that's on Filter of course. -Yonik http://www.lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org