(PECL solr >= 0.9.2)
Sets the minimum document frequency
public SolrQuery SolrQuery::setTermsMinCount ( int $frequency )
Sets the minimum doc frequency to return in order to be included
Parameters:
frequency
The minimum frequency
Returns:
Returns the current SolrQuery object, if the return value is used.
Please login to continue.