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 ||