SolrQuery::setTermsPrefix
PHP function
Edit on GitHub ✎
(PECL solr >= 0.9.2)
Restrict matches to terms that start with the prefix
Description
SolrQuery::setTermsPrefix(string $prefix): SolrQuery
Restrict matches to terms that start with the prefix
Parameters
prefixRestrict matches to terms that start with the prefix
Return Values
Returns the current SolrQuery object, if the return value is used.