array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'solrquery.settermslowerbound.php', 1 => 'SolrQuery::setTermsLowerBound', 2 => 'Specifies the Term to start from', ), 'up' => array ( 0 => 'class.solrquery.php', 1 => 'SolrQuery', ), 'prev' => array ( 0 => 'solrquery.settermslimit.php', 1 => 'SolrQuery::setTermsLimit', ), 'next' => array ( 0 => 'solrquery.settermsmaxcount.php', 1 => 'SolrQuery::setTermsMaxCount', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/solr/solrquery/settermslowerbound.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

SolrQuery::setTermsLowerBound

(PECL solr >= 0.9.2)

SolrQuery::setTermsLowerBoundSpecifies the Term to start from

说明

public SolrQuery::setTermsLowerBound(string $lowerBound): SolrQuery

Specifies the Term to start from

参数

lowerBound

The lower bound Term

返回值

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