Re: first time using lucene

2009-01-21 Thread Michael Wechner
nitin gopi schrieb: Hello , I have recently started downloaded lucene. My project is to add LSI(Latent Semantic Indexing) to the indexing method of the lucene, to improve the indexing of documents. I am totally new into this field. Please help me in this matter and guide me how to proceed in the

RE: first time using lucene

2009-01-21 Thread Steven A Rowe
Hi Nitin, Lucene in Action 2nd edition is a good place to start. If you want free stuff, check out the Lucene wiki Resources page: . Also, some basic code on the wiki: .

first time using lucene

2009-01-21 Thread nitin gopi
Hello , I have recently started downloaded lucene. My project is to add LSI(Latent Semantic Indexing) to the indexing method of the lucene, to improve the indexing of documents. I am totally new into this field. Please help me in this matter and guide me how to proceed in the right direction. I fir