Dear Erick ,
thanks a lot, I placed the jar file in WEB-INF\lib and it works.
best
--
View this message in context:
http://lucene.472066.n3.nabble.com/java-lang-NoClassDefFoundError-org-apache-lucene-search-similar-MoreLikeThis-tp2036296p2037181.html
Sent from the Lucene - Java Users mailing
ne to find more similar documents in
> the index to the giving one. It works fine when I run it directly from
> Eclipse but when I call it from my servlet I have this error:
>
>
> “java.lang.NoClassDefFoundError:org/apache/lucene/search/similar/MoreLikeThis“
>
> Any idea why this e
Hi All,
I am using MoreLikeThis class in lucene to find more similar documents in
the index to the giving one. It works fine when I run it directly from
Eclipse but when I call it from my servlet I have this error:
“java.lang.NoClassDefFoundError:org/apache/lucene/search/similar/MoreLikeThis