Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 97984 invoked from network); 11 Mar 2009 06:29:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Mar 2009 06:29:30 -0000 Received: (qmail 94672 invoked by uid 500); 11 Mar 2009 06:29:24 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 94625 invoked by uid 500); 11 Mar 2009 06:29:23 -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 94616 invoked by uid 99); 11 Mar 2009 06:29:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Mar 2009 23:29:23 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of simon.willnauer@googlemail.com designates 209.85.220.168 as permitted sender) Received: from [209.85.220.168] (HELO mail-fx0-f168.google.com) (209.85.220.168) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Mar 2009 06:29:14 +0000 Received: by fxm12 with SMTP id 12so1986232fxm.5 for ; Tue, 10 Mar 2009 23:28:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=BENccv59t2aFllc7jd6HKliBbtRxAM6wKG1/7u/X5/8=; b=S8jZY9bbLqmsN+yPKK4UKz6e2hacAxlUHsXwDYfo/NtXejRr22+oIpYcxy/Bgikbkn ULzawDMOVtQBMUINBePkW7OkVEBe8K0yB/MJ+s2y0v9CVmnbm2TBK1St5V+n9Rclp34r OepoIlCaERv63B4yn+tYvbdluMfGPMczaNIpQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; b=p2LFzA5mESWAZxNAGDsbGH32oB2w21uCuku1C3S1xhIn1QOlGnsdKrxG51Y67NvuZg hT3JPuCQCzrFNSv2WSPcsvYDOsc2GizAbG4j6tTabdqghFBm3Oi+73+GdQ/9byWy4fqz ZQHc1olOKOK98WntaIgUkQl3nGmjD80cRcsyA= MIME-Version: 1.0 Received: by 10.223.108.140 with SMTP id f12mr6080999fap.69.1236752933408; Tue, 10 Mar 2009 23:28:53 -0700 (PDT) Reply-To: simon.willnauer@gmail.com In-Reply-To: <22449134.post@talk.nabble.com> References: <22449134.post@talk.nabble.com> Date: Wed, 11 Mar 2009 07:28:53 +0100 Message-ID: Subject: Re: Deleting and updating documents in Lucene index From: Simon Willnauer To: java-dev@lucene.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I'm not familiar with Lucene.Net but apparently it is still in incubaor mode. This means there might not be a "release" download on the website. Please make sure you mail lucene-net-user @ incubator.apache.org instead of java-dev for questions like this. The guys on the lucene.net mailing list might give you an answer right away. simon On Wed, Mar 11, 2009 at 6:40 AM, mitu2009 wrote: > > Hi, > > Am using Lucene.Net dll version 2.0.0.4 Looks like its IndexWriter class > does not have methods for DeleteDocument and UpdateDocument.Am i missing > something here?How do i achieve delete,update functionality in this version > of dll? > > Version 2.1 Lucene dll seems to have support for delete and update > documents: public virtual void DeleteDocuments(Term term); public virtual > void UpdateDocument(Term term, Document doc); > > For updating a document, shall i use delete and insert or a direct update > command? > > Following URL has the source code for verion 2.1,but i will have to download > all the files one by one and then build a dll out of it. > https://svn.apache.org/repos/asf/incubator/lucene.net/tags/Lucene.Net_2_1_0/ > > Can I download latest Lucene dll and Highlighter from some site? > > Thanks. > > -- > View this message in context: http://www.nabble.com/Deleting-and-updating-documents-in-Lucene-index-tp22449134p22449134.html > Sent from the Lucene - Java Developer mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-dev-help@lucene.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org