SolrQuery::setTerms

Enables or disables the TermsComponent

Description

public SolrQuery SolrQuery::setTerms ( bool $flag )

Enables or disables the TermsComponent

Parameters

flag

TRUE enables it. FALSE turns it off

Return Values

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