Yes, have just noted it.
Added handler to solrconfig.xml, got java.lang.ClassNotFoundException:
solr.MoreLikeThisHandler, looked at javadoc for this and found it.
Will try to download 1.3-dev and try mlt there.
Thanks a lot.
John Stewart wrote:
Isn't MoreLikeThis only available in the 1.3-dev
Isn't MoreLikeThis only available in the 1.3-dev builds?
jds
On Dec 29, 2007 10:07 AM, Otis Gospodnetic <[EMAIL PROTECTED]> wrote:
> Instead of:
>
> http://localhost:8983/solr/select?q=nid:7280&mlt=true&mlt.fl=title,body&mlt.mindf=1&mlt.mintf=1&fl=nid,title,score
>
> Try:
>
> http://localhost:898
Instead of:
http://localhost:8983/solr/select?q=nid:7280&mlt=true&mlt.fl=title,body&mlt.mindf=1&mlt.mintf=1&fl=nid,title,score
Try:
http://localhost:8983/solr/mlt?q=nid:7280&mlt=true&mlt.fl=title,body&mlt.mindf=1&mlt.mintf=1&fl=nid,title,score
If that doesn't work, look at your solrconfig.xml a