SolrQuery::setTermsMaxCount
PHP function
Edit on GitHub ✎
(PECL solr >= 0.9.2)
Sets the maximum document frequency
Description
SolrQuery::setTermsMaxCount(int $frequency): SolrQuery
Sets the maximum document frequency.
Parameters
frequencyThe maximum document frequency.
Return Values
Returns the current SolrQuery object, if the return value is used.