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

Опис

public function SolrQuery::getTermsIncludeUpperBound(): bool

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

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns a boolean on success and null if not set.

To Top