SolrQuery::setEchoHandler
PHP function
Edit on GitHub ✎
(PECL solr >= 0.9.2)
Toggles the echoHandler parameter
Description
SolrQuery::setEchoHandler(bool $flag): SolrQuery
If set to true, Solr places the name of the handle used in the response to the client for debugging purposes.
Parameters
flagtrue or false
Return Values
Returns the current SolrQuery object, if the return value is used.