Re: Search for related content

2007-12-29 Thread Vladimir Garvardt
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

Re: Search for related content

2007-12-29 Thread John Stewart
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

Re: Search for related content

2007-12-29 Thread Otis Gospodnetic
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