SolrQuery::setMltMinTermFrequency
PHP function
Edit on GitHub ✎
(PECL solr >= 0.9.2)
Sets the frequency below which terms will be ignored in the source docs
Description
SolrQuery::setMltMinTermFrequency(int $minTermFrequency): SolrQuery
Sets the frequency below which terms will be ignored in the source docs
Parameters
minTermFrequencyThe frequency below which terms will be ignored in the source docs
Return Values
Returns the current SolrQuery object, if the return value is used.