SolrQuery::getTermsIncludeUpperBound
PHP Manual
PHP Manual»SolrQuery»SolrQuery::getTermsIncludeUpperBound

SolrQuery::getTermsIncludeUpperBound

(PECL solr >= 0.9.2)

SolrQuery::getTermsIncludeUpperBoundReturns whether or not to include the upper bound term in the result set

Descrizione

public function SolrQuery::getTermsIncludeUpperBound(): bool

Returns whether or not to include the upper bound term in the result set

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns a boolean on success and null if not set.

To Top