SolrQuery::setTerms
(PECL solr >= 0.9.2)
SolrQuery::setTerms — Enables or disables the TermsComponent
Описание
public SolrQuery SolrQuery::setTerms
(
bool $flag
)
Список параметров
-
flag
-
TRUE enables it. FALSE turns it off
Возвращаемые значения
Returns the current SolrQuery object, if the return value is used.