Return-Path: X-Original-To: apmail-lucene-java-user-archive@www.apache.org Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1CB4EE2CA for ; Thu, 10 Jan 2013 12:26:44 +0000 (UTC) Received: (qmail 45005 invoked by uid 500); 10 Jan 2013 12:26:42 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 44661 invoked by uid 500); 10 Jan 2013 12:26:41 -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 44635 invoked by uid 99); 10 Jan 2013 12:26:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jan 2013 12:26:40 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ian.lea@gmail.com designates 74.125.82.178 as permitted sender) Received: from [74.125.82.178] (HELO mail-we0-f178.google.com) (74.125.82.178) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jan 2013 12:26:35 +0000 Received: by mail-we0-f178.google.com with SMTP id x43so215885wey.23 for ; Thu, 10 Jan 2013 04:26:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=HCOo7Yc/QErYcm6C0U3fxhRF5+R5UkJI6EpkM3zu6oI=; b=ellB+gxGWC+Rt3YRr8ZzJd9tq3pHsYHWK4V0R/ngtN7aOm+yIX/z870MzCIlOoZV1m 0GD3cq2yL/EXXGvhAmCrwwn0T9fmmI66r5+CM2BiAfWWOKcVi3rSebOv+ABUyAZfF6DD URAjM0wwc/JhdBgY43O+WX7cdbfLW5XKyQnz1IS2zmEyGfMNZ77fuuDJIx4LiLQeb7lX UORrdCL73kFBx07Xo8/5/ORZWcVSgdQ+BLe4rbDkunHWQv//TAGEjDbnPV+Ml73IHm0T 7DIVNno2RcB8/OrQHiE2S0ZwBRXWlxgqVMgJ9mnLeC+wyKKSKeuUNNgjcKMJQqy/kpb3 RIFA== X-Received: by 10.180.101.104 with SMTP id ff8mr8947909wib.11.1357820774567; Thu, 10 Jan 2013 04:26:14 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.57.11 with HTTP; Thu, 10 Jan 2013 04:25:54 -0800 (PST) In-Reply-To: References: From: Ian Lea Date: Thu, 10 Jan 2013 12:25:54 +0000 Message-ID: Subject: Re: Indexing your documents with Lucene! To: java-user@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org rm -rf works well for number 4. For the others use your favourite search engine with queries like "lucene tutorial" or "lucene getting started". Or start with these: http://lucene.apache.org/core/quickstart.html http://www.lucenetutorial.com/lucene-in-5-minutes.html Good luck. -- Ian. On Thu, Jan 10, 2013 at 11:58 AM, Valmir Doniku wrote: > I'm a student of computer engineering and I saw that you are dealing with > lucene.I'm newer with lucene. If you can help me with lucene, for: > > 1. Create the index > 2. Search the index > 3. Update the index > 4. Delete the index > > I'm working with eclipse/java (lucene 4.0) and I try some examples with but > they didn't work very well. > Please if you can help I'll be very grateful! > Thank you a lot for your time! --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org