Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 36193 invoked from network); 7 Jan 2009 14:51:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jan 2009 14:51:19 -0000 Received: (qmail 11436 invoked by uid 500); 7 Jan 2009 14:51:12 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 11411 invoked by uid 500); 7 Jan 2009 14:51:12 -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 11400 invoked by uid 99); 7 Jan 2009 14:51:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jan 2009 06:51:12 -0800 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.218.16 as permitted sender) Received: from [209.85.218.16] (HELO mail-bw0-f16.google.com) (209.85.218.16) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jan 2009 14:51:03 +0000 Received: by bwz9 with SMTP id 9so21396835bwz.5 for ; Wed, 07 Jan 2009 06:50:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=9xogbZgpZUqyojE/Os7f0/UG9Bn/A34ipD4d9MdVgVw=; b=kZ8D8x/szYZvPwbQpUAkzwsq3AuvtBd8QAszN5F+xYmaAbPzoLY0XGWWsx49apLxhP R4qv6nvNxngsEpmq+c6yi0YRvMhIGcPZUPyJtSz6mXZXmb7N/6MjLkXXp1O3xiJN5o22 py0Bkp1aCjKujnz2+UrHFcviOsxzm0Q9O5iP8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=oBHLGQ1AL1Bpnjwpi62tdi/7Yutb56WsLE2FIYlOQG6vMJMNUoQ7xTiJVZ5M/bP0Bv OWaOnAsbFPBK2PAwdnznd5hIGy9KQ1Ncc/aG06hqBB1dhO21gD/QnFt2DCL/Ayd0+ypM JAV9bRt3jfIV61a8qS3uZif6PB5Aj6blIe7CQ= Received: by 10.181.5.1 with SMTP id h1mr8935269bki.56.1231339841614; Wed, 07 Jan 2009 06:50:41 -0800 (PST) Received: by 10.180.239.7 with HTTP; Wed, 7 Jan 2009 06:50:41 -0800 (PST) Message-ID: Date: Wed, 7 Jan 2009 15:50:41 +0100 From: "Simon Willnauer" Reply-To: simon.willnauer@gmail.com To: java-user@lucene.apache.org Subject: Re: Help with installing Lucene In-Reply-To: <21332541.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <21332541.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi there, On Wed, Jan 7, 2009 at 3:39 PM, ahammad wrote: > > Hello, > > I have a side project coming up which requires writing a search engine. I > came across Lucene but I'm having some problems figuring out how to install > it. I'm trying to get it to work on a Windows box. > > On the Lucene website, there are two files: lucene-2.4.0-src.zip and > lucene-2.4.0.zip (with their asc files). What's the difference between those > two and which one do I need if I want to write the search engine? The ucene-2.4.0.zip contains the binary distribution of lucene while ucene-2.4.0-src.zip contains the source files etc. If you wanna build lucene yourself you need the source distribution, otherwise the binary is fine for you. Include the jar files in you project / classpath and start playing around with it. These links should give you a good start... http://lucene.apache.org/java/2_4_0/gettingstarted.html http://lucene.apache.org/java/2_4_0/demo.html > > Also, I am not familiar with the asc file and I'm not sure if those commands > that are on the site can be used in the command line in Windows. I know > about Lucene in Action and I'm still in the process of getting it. The asc files are signature files, you can use them to verify the downloaded files using the GNU Privacy Guard (GPG). Check GPG if you are curious. happy coding... simon > > I have a decent amount of experience with software development, but I've > never started a full project from scratch...I usually code modules and > things like that, and another developer takes care of the rest. This is > probably why I'm having a hard time with this. > > I hope I'm posting this in the correct place. Any help would be appreciated. > > Thanks. > -- > View this message in context: http://www.nabble.com/Help-with-installing-Lucene-tp21332541p21332541.html > 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 > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org