You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2011/09/26 20:54:59 UTC

[Solr Wiki] Update of "MoreLikeThisHandler" by HossMan

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "MoreLikeThisHandler" page has been changed by HossMan:
http://wiki.apache.org/solr/MoreLikeThisHandler?action=diff&rev1=6&rev2=7

Comment:
example config

  
  
  == Examples ==
+ 
+ The following example URLs assume that the MoreLikeThisHandler is configured with the name "/mlt" ...
+ 
+ {{{
+   <requestHandler name="/mlt" class="solr.MoreLikeThisHandler">
+   </requestHandler>
+ }}}
+ 
  
  === Simple ===