Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 47335 invoked from network); 29 Sep 2004 15:49:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 29 Sep 2004 15:49:41 -0000 Received: (qmail 69874 invoked by uid 500); 29 Sep 2004 15:49:34 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 69777 invoked by uid 500); 29 Sep 2004 15:49:33 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 69764 invoked by uid 99); 29 Sep 2004 15:49:33 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [141.156.69.115] (HELO mail.infosciences.com) (141.156.69.115) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 29 Sep 2004 08:49:33 -0700 Received: from Aviran (unknown [141.156.69.109]) by mail.infosciences.com (Postfix) with ESMTP id 1904E118309 for ; Wed, 29 Sep 2004 11:50:58 -0400 (EDT) From: "Aviran" To: "'Lucene Users List'" Subject: RE: re-indexing Date: Wed, 29 Sep 2004 11:49:24 -0400 Message-ID: <004101c4a63b$e8046560$6a00a8c0@Aviran> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <415A4276.2040902@atira.dk> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > 1. Why doesn't IndexReader.delete(i) really delete the file. it seems > to just make anothe 1K file with a .del extension the IndexWriter > still cannot content with? The delete method only mark the documents as deleted. The documents that are marked as deleted will get deleted from the files on the next optimization. --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org