(PECL solr >= 0.9.2)
Maps to mlt.qf
public SolrQuery SolrQuery::addMltQueryField ( string $field, float $boost )
Maps to mlt.qf. It is used to specify query fields and their boosts
Parameters:
field
The name of the field
boost
Its boost value
Returns:
Returns the current SolrQuery object, if the return value is used.
Please login to continue.