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 2010/07/30 04:09:12 UTC

[Solr Wiki] Update of "MoreLikeThis" by HossMan

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 HossMan.
The comment on this change is: cleaning up DisMaxRequestHandler refs.
http://wiki.apache.org/solr/MoreLikeThis?action=diff&rev1=14&rev2=15

--------------------------------------------------

  || mlt.maxqt   || maximum number of query terms that will be included in any generated query.  ||
  || mlt.maxntp  || maximum number of tokens to parse in each example doc field that is not stored with TermVector support.  ||
  || mlt.boost   || [true/false] set if the query will be boosted by the interesting term relevance. ||
- || mlt.qf      || Query fields and their boosts using the same format as that used in DisMaxRequestHandler.  These fields must also be specified in mlt.fl. ||
+ || mlt.qf      || Query fields and their boosts using the same format as that used in [[DisMaxQParserPlugin]].  These fields must also be specified in mlt.fl. ||
  
  == StandardRequestHandler ==