Re: problem in running lucene

2009-01-25 Thread Raffaella Ventaglio
to search documents. Have a look at this: http://wiki.apache.org/lucene-java/LuceneFAQ#head-fced767dd893d8828529074a26f99e0df7fe12ca Regards, Raf - Original Message - From: "nitin gopi" To: Sent: Sunday, January 25, 2009 1:57 PM Subject: Re: problem in running lucene

Re: problem in running lucene

2009-01-25 Thread nitin gopi
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

Re: problem in running lucene

2009-01-25 Thread garrod
: java-user@lucene.apache.org ReplyTo: java-user@lucene.apache.org Sent: Jan 24, 2009 4:17 PM Subject: Re: problem in running lucene 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 star

Re: problem in running lucene

2009-01-24 Thread Grant Ingersoll
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

problem in running lucene

2009-01-24 Thread nitin gopi
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

Re: Problem in Running Lucene Demo

2007-11-19 Thread Doron Cohen
Try "java -verbose" to see more info on class loading. Also try "java -classpath=yourClassPath" from command line. Note that separators in the classpath may differ between operating systems - e.g. ";" in Windows but ":" in Linux... Doron Liaqat Ali <[EMAIL PROTECTED]> wrote on 19/11/2007 15:43:30

Problem in Running Lucene Demo

2007-11-19 Thread Liaqat Ali
Hi All, I m new to Lucene. I m facing problem while running the Lucene Demo to index lucene src code. I download the 2.1.0 version of Lucene and extracted it binary to C:\lucene-2.1.0. I also set up the CLASSPATH to Lucene-Core and Lucene Demo Jar files. But when i execute the following co