(PECL solr >= 0.9.2)
Maps to facet.mincount
public SolrQuery SolrQuery::setFacetMinCount ( int $mincount [, string $field_override ] )
Sets the minimum counts for facet fields that should be included in the response
Parameters:
mincount
The minimum count
field_override
The name of the field.
Returns:
Returns the current SolrQuery object, if the return value is used.
Please login to continue.