http://lucene.apache.org/java/docs/
Apache Lucene is a high-performance, full-featured text search engine ***library*** written entirely in Java.

Lucene is a search engine library not an application.
You cannot execute it, you have to write your own code using the Lucene library to index or to search documents.

Have a look at this: http://wiki.apache.org/lucene-java/LuceneFAQ#head-fced767dd893d8828529074a26f99e0df7fe12ca


Regards,
Raf

----- Original Message ----- From: "nitin gopi" <nitdaii...@gmail.com>
To: <java-user@lucene.apache.org>
Sent: Sunday, January 25, 2009 1:57 PM
Subject: Re: problem in running lucene


Hello Sir, i downloaded lucene, then i went into the directory of jar file
lucene-core-2.4.0.jar . I typed the command java -jar lucene-core-2.4.0.jar
to run the jar file from command prompt. then the following error came
"failed to load main-class manifest attribute from lucene-core-2.4.0.jar" .
I want to index a web document and see the result after searching.

Regards
Nitin

On Sun, Jan 25, 2009 at 5:47 AM, Grant Ingersoll <gsing...@apache.org>wrote:

Can you share the steps you have taken?  The actual commands, that is.

-Grant


On Jan 24, 2009, at 2:33 PM, nitin gopi wrote:

Hello , I have recently started downloaded lucene. This is the first time
i
am using lucene.My project is to add LSI(Latent Semantic Indexing) to the
indexing method of the lucene, to improve the indexing of documents.
I first want to index some webpages and see how does search work
in lucene.The problem I am facing is that whenver i run lucene jar file
through command prompt, i get error as "failed to load main-class manifest attribute from lucene-core-2.4.0.jar .I m using java 1.6.0_05. Please help
me with this.

Thanking You
Nitin


--------------------------
Grant Ingersoll

Lucene Helpful Hints:
http://wiki.apache.org/lucene-java/BasicsOfPerformance
http://wiki.apache.org/lucene-java/LuceneFAQ











---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org





---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to