SolrQuery::setFacetPrefix
PHP function
Edit on GitHub ✎
(PECL solr >= 0.9.2)
Specifies a string prefix with which to limits the terms on which to facet
Description
SolrQuery::setFacetPrefix(string $prefix, [string $field_override]): SolrQuery
Specifies a string prefix with which to limits the terms on which to facet.
Parameters
prefixThe prefix string
field_overrideThe name of the field.
Return Values
Returns the current SolrQuery object, if the return value is used.