tags:

views:

440

answers:

4

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

+5  A: 

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

KenE
+5  A: 

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.

Emil H
+1  A: 

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.

Yuval F
A: 

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