SolrQuery::getTermsField

(PECL solr >= 0.9.2)

SolrQuery::getTermsFieldReturns the field from which the terms are retrieved

Descrição

publicSolrQuery::getTermsField(): string

Returns the field from which the terms are retrieved

Parâmetros

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

Valor Retornado

Returns a string on success and null if not set.

To Top