SolrQuery::setMltMinTermFrequency
(PECL solr >= 0.9.2)
SolrQuery::setMltMinTermFrequency — Sets the frequency below which terms will be ignored in the source docs
Описание
public SolrQuery SolrQuery::setMltMinTermFrequency
(
int $minTermFrequency
)
Список параметров
-
minTermFrequency
-
The frequency below which terms will be ignored in the source docs
Возвращаемые значения
Returns the current SolrQuery object, if the return value is used.