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 1CC5DE453 for ; Tue, 5 Feb 2013 13:30:57 +0000 (UTC) Received: (qmail 71616 invoked by uid 500); 5 Feb 2013 13:30:55 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 71378 invoked by uid 500); 5 Feb 2013 13:30:54 -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 71347 invoked by uid 99); 5 Feb 2013 13:30:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2013 13:30:53 +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 209.85.210.175 as permitted sender) Received: from [209.85.210.175] (HELO mail-ia0-f175.google.com) (209.85.210.175) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2013 13:30:48 +0000 Received: by mail-ia0-f175.google.com with SMTP id r4so141500iaj.20 for ; Tue, 05 Feb 2013 05:30:28 -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:content-transfer-encoding; bh=x9Zsyx7DZ7EdHe9dyD0VJiLjAr5Sp2o1mlgIiFQfqEk=; b=FcYYiuCTZtlXfRc98CWQyr4/xlEkJgUmiv45DQQzz5IZ2tqZ7SzE5ECHB5E3FNnruA RGev4tOkI3Jy2kpcZHSKNJqTZcaZKnlO5OH+fZN8mYCCQ/JJqW/jBEjUh+SfXlgaZ7xh bGDSkHCyGAru81l8qHi/F18nY7HQdeL9ycbNXccqkNF0mJ1evgRQ7Hd0jURum9t4lRyl CKK3CfbKdNHtr8L6TtnHWBpUeZymAqWFiVvBMzBNahiMIADAyiY1m3HWbgCl364zhym8 xeye6tTVZhYGtGe1h3sjE34jm0ZzJgvzkwJ6zP+5rljb7IX6F0Qm5pfnnuMR057C9Fm/ ZlNw== X-Received: by 10.50.151.238 with SMTP id ut14mr13121354igb.58.1360071028468; Tue, 05 Feb 2013 05:30:28 -0800 (PST) MIME-Version: 1.0 Received: by 10.50.120.37 with HTTP; Tue, 5 Feb 2013 05:30:07 -0800 (PST) In-Reply-To: References: From: Ian Lea Date: Tue, 5 Feb 2013 13:30:07 +0000 Message-ID: Subject: Re: How to implement Lucene To: java-user@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org You're probably better off using Solr which is tightly linked with lucene. http://lucene.apache.org/solr/ I'm sure there are installation and getting started guides there. -- Ian. On Tue, Feb 5, 2013 at 12:58 PM, =C1lvaro Vargas Quezada wrote: > Hello, > I want to implement a central index, and I heard about Lucene, so I would= like to ask your help to install it and configure it. My OS is Windows 7/X= P/Server 2008. If I could index just one database and make a search I would= be happy. > I would be grateful if you can send me any info about this. > Thank you very much! And greetings from Chile! :D --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org