Php/docs/solrquery.setfacetmincount

提供:Dev Guides
< Php
移動先:案内検索

SolrQuery::setFacetMinCount

(PECL solr >= 0.9.2)

SolrQuery::setFacetMinCountMaps to facet.mincount


説明

public SolrQuery::setFacetMinCount ( int $mincount [, string $field_override ] ) : SolrQuery

Sets the minimum counts for facet fields that should be included in the response


パラメータ

mincount
The minimum count
field_override
The name of the field.


返り値

Returns the current SolrQuery object, if the return value is used.