array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'solrquery.setechohandler.php', 1 => 'SolrQuery::setEchoHandler', 2 => 'Toggles the echoHandler parameter', ), 'up' => array ( 0 => 'class.solrquery.php', 1 => 'SolrQuery', ), 'prev' => array ( 0 => 'solrquery.removestatsfield.php', 1 => 'SolrQuery::removeStatsField', ), 'next' => array ( 0 => 'solrquery.setechoparams.php', 1 => 'SolrQuery::setEchoParams', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/solr/solrquery/setechohandler.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

SolrQuery::setEchoHandler

(PECL solr >= 0.9.2)

SolrQuery::setEchoHandlerToggles the echoHandler parameter

Beschreibung

public 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.

Parameter-Liste

flag

true or false

Rückgabewerte

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