vote up 4 vote down star

Hello friends,

can anyone suggest me some good tutorials on Lucene. I was reading Lucene in Action, but it seems to be a old edition of current lucene. Most of the methods are deprecated.

Where to start? I am googling around a bit.

Thanks, Kapil

flag

75% accept rate

4 Answers

vote up 5 vote down check

It's true that there has been changes, but they're not as substantial as it might seem. The most radical change that I can think of is that the api for the IndexSearcher.search() method has changed, but it really isn't that difficult to adapt your code to the new usage.

In general, the old methods are still there but are marked as deprecated. This is a good thing, because the reference manual specifies what you should use instead.

Lucene in Action is a great book. Take a look at the second edition recommended by KenE if possible, but otherwise I think you'll get a long way using the first edition, the manual and some common sense. As I said, the changes are not as daunting as you could imagine.

link|flag
vote up 5 vote down

The second edition of Lucene in Action is available in electronic format here

link|flag
vote up 1 vote down

Lucid imagination is a company offering support and consulting related to Lucene. See their Lucene tutorial. They also have a search engine indexing lots of Lucene related material.

link|flag
vote up 0 vote down

I found this website useful http://www.avajava.com/tutorials/lessons/how-do-i-perform-a-range-query.html

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.