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 2012/06/28 17:09:27 UTC

[Solr Wiki] Trivial Update of "MoreLikeThis" by AaronDaubman

Dear Wiki user,

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

The "MoreLikeThis" page has been changed by AaronDaubman:
http://wiki.apache.org/solr/MoreLikeThis?action=diff&rev1=17&rev2=18

Comment:
Added solr3.6 tag to defaults

  
  == Common Parameters ==
  
- || '''param''' || '''description''' || '''defaults (from 3.6.0 MoreLikeThis.java)''' ||
+ || '''param''' || '''description''' || '''defaults (from <!> [[Solr3.6]] MoreLikeThis.java)''' ||
  || mlt.fl      || The fields to use for similarity.  NOTE: if possible, these should have a stored TermVector || DEFAULT_FIELD_NAMES = new String[] {"contents"} ||
  || mlt.mintf   || Minimum Term Frequency - the frequency below which terms will be ignored in the source doc. || DEFAULT_MIN_TERM_FREQ = 2 ||
  || mlt.mindf   || Minimum Document Frequency - the frequency at which words will be ignored which do not occur in at least this many docs. || DEFAULT_MIN_DOC_FREQ = 5 ||