Php/docs/solrquery.addstatsfacet

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

SolrQuery::addStatsFacet

(PECL solr >= 0.9.2)

SolrQuery::addStatsFacetRequests a return of sub results for values within the given facet


説明

public SolrQuery::addStatsFacet ( string $field ) : SolrQuery

Requests a return of sub results for values within the given facet. Maps to the stats.facet field


パラメータ

field
The name of the field


返り値

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