php8.5
Home/ Manual/ solr / solrquery/ SolrQuery::setFacetPrefix

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

prefix

The prefix string

field_override

The name of the field.

Return Values

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

Source: reference/solr/solrquery/setfacetprefix.xml · from the official PHP manual (php/doc-en)