I'm trying to get MLT working in 1.4 distributed mode. I was hoping the
patch *SOLR-788 </jira/browse/SOLR-788> *would do the trick, but after
applying the patch by hand to revision 737810 (it kept choking on
component/MoreLikeThisComponent.java) I still get nothing. The URL I am
using is this:
http://localhost:8983/solr/select?q=graph%20theory&mlt=true&mlt.fl=abstract&mlt.mindf=1&mlt.mintf=1&shards=localhost:8983/solr

and without the shards param it works fine:

http://localhost:8983/solr/select?q=graph%20theory&mlt=true&mlt.fl=abstract&mlt.mindf=1&mlt.mintf=1

debugQuery=true shows that the MLT component is being called, is there
elsewhere I can check for more debug information? Any advice on getting this
to work?



Thanks in advance,
Mike

Reply via email to