SolrQuery::getFacet

(PECL solr >= 0.9.2)

SolrQuery::getFacetReturns the value of the facet parameter

Descrição

publicSolrQuery::getFacet(): bool

Returns the value of the facet parameter.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns a boolean on success and null if not set

To Top