array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'solrquery.settermsincludeupperbound.php', 1 => 'SolrQuery::setTermsIncludeUpperBound', 2 => 'Include the upper bound term in the result set', ), 'up' => array ( 0 => 'class.solrquery.php', 1 => 'SolrQuery', ), 'prev' => array ( 0 => 'solrquery.settermsincludelowerbound.php', 1 => 'SolrQuery::setTermsIncludeLowerBound', ), 'next' => array ( 0 => 'solrquery.settermslimit.php', 1 => 'SolrQuery::setTermsLimit', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/solr/solrquery/settermsincludeupperbound.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

SolrQuery::setTermsIncludeUpperBound

(PECL solr >= 0.9.2)

SolrQuery::setTermsIncludeUpperBoundInclude the upper bound term in the result set

Açıklama

public SolrQuery::setTermsIncludeUpperBound(bool $flag): SolrQuery

Include the upper bound term in the result set.

Bağımsız Değişkenler

flag

true or false

Dönen Değerler

Returns the current SolrQuery object, if the return value is used.