Marquez
Marquez

Reputation: 6039

Does SolrJ support the MoreLikeThisHandler?

Does any version of SolrJ (the Solr client for java) support MoreLikeThisHandler queries?

I am referring to the /mlt handler and not the /select handler, e.g. :

http://someserver:8080/myindex/mlt?fq=PrivacyLevel:0&q=id:62db612065d549b49892a855f85e2aaf&start=0&rows=5&mlt.minwl=3&mlt.mindf=1&mlt.mintf=1&mlt.fl=Name

For reference here is the MoreLikeThisHandler doc: http://wiki.apache.org/solr/MoreLikeThisHandler

Thank you!

Upvotes: 0

Views: 164

Answers (1)

Jayendra
Jayendra

Reputation: 52799

May want to try out the patch @ SOLR-1085

Upvotes: 1

Related Questions