Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 86809 invoked from network); 12 Dec 2006 08:35:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Dec 2006 08:35:24 -0000 Received: (qmail 54142 invoked by uid 500); 12 Dec 2006 08:35:26 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 53806 invoked by uid 500); 12 Dec 2006 08:35:25 -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 53795 invoked by uid 99); 12 Dec 2006 08:35:25 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Dec 2006 00:35:25 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Dec 2006 00:35:14 -0800 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1Gu36E-0004AS-EZ for java-user@lucene.apache.org; Tue, 12 Dec 2006 00:34:54 -0800 Message-ID: <7829277.post@talk.nabble.com> Date: Tue, 12 Dec 2006 00:34:54 -0800 (PST) From: spinergywmy To: java-user@lucene.apache.org Subject: How to delete partial index MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: spinergywmy@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have ask this question before but may be the question wasn't clear. How can I delete particular index that I want to and keep the rest? For instance, I have been indexed document Id, date, user Id and contents, my question is does that particular contents will be deleted if I just specified the document Id, and I used reader.deleteDocument(document Id). And I have another question is if I do normal cut and paste the document, how can I delete the index content from one destination and restore to another destination and the index file must merge. Thanks regards, Wooi Meng -- View this message in context: http://www.nabble.com/How-to-delete-partial-index-tf2806204.html#a7829277 Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org