SolrQuery::getTermsIncludeUpperBound

(PECL solr >= 0.9.2)

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

説明

publicSolrQuery::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