|
|
Hi Patrick,
Thanks for your reply.
Still iam facing problem with lucene 1.9.I have downloaded binaries as
well as source code.
When iam trying to run the binaries.Iam getting an error.
I have followed the your instructions .
I have deployed the luceneweb.war in tomcat.Iam getting the front-end
lucene web page.When I entered words for searching it giving the
following message.
Document Summary
null null
null null
Please tell me step by step how you build lucene 1.9 in brief so that I
can try.
Thanks
Haritha
-----Original Message-----
From: Patrick Kimber [mailto:mailing.patrick.kimber@xxxxxxxxx]
Sent: Thursday, March 09, 2006 5:16 PM
To: java-user@xxxxxxxxxxxxxxxxx
Subject: Re: steps for building lucene 1.9
Hi Haritha
Hope the following helps:
Build Lucene Core from SVN
Download the lucene Subversion repository from:
http://svn.apache.org/repos/asf/lucene/java/trunk
Note: The CVS repository is still accessible but is out of date.
I downloaded to:
C:\src\lucene-svn\
To build (using ANT):
cd C:\src\lucene-svn\
ant
The following jar file is produced:
C:\src\lucene-svn\build\lucene-core-1.9-rc1-dev.jar
I have just built lucene using these instructions on my workstation and
it builds without any errors.
Patrick
On 09/03/06, Haritha_Parvatham <Haritha_Parvatham@xxxxxxxxxx> wrote:
> Hi,
> I have downloaded lucene 1.9 version .please tell me how to build
> it.Iam finding so many errors in lucene 1.9 source code.
>
> Thanks.
> Haritha
---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@xxxxxxxxxxxxxxxxx
For additional commands, e-mail: java-user-help@xxxxxxxxxxxxxxxxx
DISCLAIMER:
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE
COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact the
sender by email and delete all copies; your cooperation in this regard is
appreciated.
---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@xxxxxxxxxxxxxxxxx
For additional commands, e-mail: java-user-help@xxxxxxxxxxxxxxxxx
|
|