(PECL solr >= 0.9.2)
Sets the frequency below which terms will be ignored in the source docs
public SolrQuery SolrQuery::setMltMinTermFrequency ( int $minTermFrequency )
Sets the frequency below which terms will be ignored in the source docs
Parameters:
minTermFrequency
The frequency below which terms will be ignored in the source docs
Returns:
Returns the current SolrQuery object, if the return value is used.
Please login to continue.