SolrQuery::setTermsIncludeLowerBound
PHP function
Edit on GitHub ✎
(PECL solr >= 0.9.2)
Include the lower bound term in the result set
Description
SolrQuery::setTermsIncludeLowerBound(bool $flag): SolrQuery
Include the lower bound term in the result set.
Parameters
flagInclude the lower bound term in the result set
Return Values
Returns the current SolrQuery object, if the return value is used.