Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 7985 invoked from network); 19 Nov 2007 13:55:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Nov 2007 13:55:06 -0000 Received: (qmail 79978 invoked by uid 500); 19 Nov 2007 13:54:48 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 79209 invoked by uid 500); 19 Nov 2007 13:54:47 -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 79192 invoked by uid 99); 19 Nov 2007 13:54:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2007 05:54:47 -0800 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [80.67.64.10] (HELO smtp1.akamai.com) (80.67.64.10) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2007 13:54:37 +0000 Received: from smtp1.akamai.com (vwall.kendall.corp.akamai.com [172.17.4.35]) by smtp1.akamai.com (8.13.8/8.12.10) with ESMTP id lAJDqMJA011212 for ; Mon, 19 Nov 2007 08:52:22 -0500 (EST) Received: from USMA1EX-GATE1.kendall.corp.akamai.com (usma1ex-gate1.kendall.corp.akamai.com [172.17.0.215]) by smtp1.akamai.com (8.13.8/8.12.10) with ESMTP id lAJDqL2X011209 for ; Mon, 19 Nov 2007 08:52:21 -0500 (EST) Received: from MAVS1.kendall.corp.akamai.com ([172.17.33.15]) by USMA1EX-GATE1.kendall.corp.akamai.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 19 Nov 2007 08:54:28 -0500 Received: from INVS1.bangalore.corp.akamai.com ([172.21.20.14]) by MAVS1.kendall.corp.akamai.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 19 Nov 2007 08:54:28 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Lucene Setting Date: Mon, 19 Nov 2007 19:24:25 +0530 Message-ID: <4FA8C6AEE609B644B38DE471A3657A620256C51E@INVS1.bangalore.corp.akamai.com> In-Reply-To: <474190FE.2000105@gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Lucene Setting Thread-Index: AcgqsSHNN/giWMBJQ+WFF7duk3mA1gAANj6g References: <474190FE.2000105@gmail.com> From: "Chhabra, Kapil" To: X-OriginalArrivalTime: 19 Nov 2007 13:54:28.0544 (UTC) FILETIME=[B3E10400:01C82AB3] X-Virus-Checked: Checked by ClamAV on apache.org Liaqat, What exactly are you looking for? Are you sure you want to build the source of lucene and then use it? Alternatively you could simply use the lucene jar file (ie. already built for you) and start playing around with it. This jar file is bundled in the archive that you might have downloaded. Look for lucene-core-2.2.0.jar All the best kapilChhabra -----Original Message----- From: Liaqat Ali [mailto:liaqatalimian@gmail.com]=20 Sent: Monday, November 19, 2007 7:05 PM To: java-user@lucene.apache.org Subject: Lucene Setting I m new to lucene and want to clear about some questions. When I unpacked the Lucene, which i downloaded from Apache site. I ran the Build.txt file and there are five steps to set up lucene. Lucene Build Instructions $Id: BUILD.txt 476955 2006-11-19 22:28:41Z hossman $ Basic steps: 0) Install JDK 1.4 (or greater), Ant 1.6.2 (or greater) 1) Download Lucene from Apache and unpack it Step 2) Connect to the top-level of your Lucene installation Lucene's top-level directory contains the build.xml file. By default, you do not need to change any of the settings in this file, but you do need to run ant from this location so it knows where to find build.xml. =20 If you would like to change settings you can do so by creating one or more of the following files and placing your own property settings in there: ~/lucene.build.properties ~/build.properties lucene-x.y/build.properties The first property which is found in the order with which the files are loaded becomes the property setting which is used by the Ant build system. NOTE: the ~ character represents your user account home directory. 3) Install JavaCC (optional) 4) Run ant I am not getting the 3rd instruction. Can you explain this line to me. And one question more. is it necessary to build lucene using Ant or any other tool. What is the purpose of this? --------------------------------------------------------------------- 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