SolrQuery::setFacetMinCount
(PECL solr >= 0.9.2)
SolrQuery::setFacetMinCount — Maps to facet.mincount
Описание
public SolrQuery SolrQuery::setFacetMinCount
(
int $mincount
[,
string $field_override
] )
Список параметров
-
mincount
-
The minimum count
-
field_override
-
The name of the field.
Возвращаемые значения
Returns the current SolrQuery object, if the return value is used.