GoLang SolrQuery::setTermsIncludeUpperBound

request it (266)
GoLang replacement for PHP's SolrQuery::setTermsIncludeUpperBound [edit | history]



Do you know a GoLang replacement for PHP's SolrQuery::setTermsIncludeUpperBound? Write it!

PHP SolrQuery::setTermsIncludeUpperBound

PHP original manual for SolrQuery::setTermsIncludeUpperBound [ show | php.net ]

SolrQuery::setTermsIncludeUpperBound

(PECL solr >= 0.9.2)

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

Description

public SolrQuery SolrQuery::setTermsIncludeUpperBound ( bool $flag )

Include the upper bound term in the result set.

Parameters

flag

TRUE or FALSE

Return Values

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