Reputation: 6039
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