Search code examples
solrsolrnet

Using the MoreLikeThisHandler with SolrNet


I am using Solr/SolrNet and would like to use the MoreLikeThisHandler to provide my users with facets based on the similar results. Is this possible with SolrNet?


Solution

  • SolrNet does not currently support MoreLikeThisHandler directly. You may use the MoreLikeThisHandler component.

    See http://code.google.com/p/solrnet/issues/detail?id=143