SolrQuery::setGroupFacet
PHP Manual
PHP Manual»SolrQuery»SolrQuery::setGroupFacet

SolrQuery::setGroupFacet

(PECL solr >= 2.2.0)

SolrQuery::setGroupFacetSets group.facet parameter

説明

public function SolrQuery::setGroupFacet(bool $value): SolrQuery

Determines whether to compute grouped facets for the field facets specified in facet.field parameters. Grouped facets are computed based on the first specified group.

パラメータ

value

戻り値

参考

To Top