SolrQuery::setFacetEnumCacheMinDefaultFrequency
PHP function
Edit on GitHub ✎
(PECL solr >= 0.9.2)
Sets the minimum document frequency used for determining term count
Description
SolrQuery::setFacetEnumCacheMinDefaultFrequency(int $frequency, [string $field_override]): SolrQuery
Sets the minimum document frequency used for determining term count
Parameters
valueThe minimum frequency
field_overrideThe name of the field.
Return Values
Returns the current SolrQuery object, if the return value is used.