Hello, I'm doing some expirements with the morelikethis functionality using the standard request handler to see if it also works with distributed search (I saw that it will not yet work with the MoreLikeThis handler, https://issues.apache.org/jira/browse/SOLR-788). As far as I can see, this also does not work when using the standard request handler, i.e.:
http://localhost:8080/solr/select?q=ID:*documentID&* mlt=true&mlt.fl=Text&mlt.mindf=1&mlt.mintf=1&shards=shard1,shard2 I''m not getting any moreLikeThis results back, just the document resulting from the q= query. The same query without shards= does return moreLiekThis results. Am I doing something wrong or is this not yet supported..? Thanks, bye, Jaco.
