SolrQuery::setGroupFacet

(PECL solr >= 2.2.0)

SolrQuery::setGroupFacetSets group.facet parameter

Açıklama

publicSolrQuery::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.

Bağımsız Değişkenler

value

Dönen Değerler

Ayrıca Bakınız

To Top