I'm trying to use MoreLikeThis class from lucene as described in "Lucene in action" book, but that class does not seem to exist :/

I'm using lucene-core-2.9.4.jar, normal indexing and searching works fine. I have looked iniside the jar (and the 3.x.x version), but there is no such class inside, what am I missing?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

Are you referring to the MoreLikeThis class? It should be inside lucene-queries-2.9.4.jar. Look under the contrib/queries folder of your Lucene binary download.

link|improve this answer
feedback

Go to this page: http://www.manning.com/hatcher2/ and download the source code. The class MoreLikeThis is not part of lucene itself, rather an example class related to the book

link|improve this answer
Hmm, although I can't see if in the source tree. Is the class file definitely called MoreLikeThis? – Scobal May 2 '11 at 21:56
feedback

Your Answer

 
or
required, but never shown

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