(PECL solr >= 0.9.2)
SolrQuery::setEchoParams — 決定要在回應中包含哪種參數
指示 Solr 在回應中包含哪種請求參數以進行除錯,合法的值包括
- none - don't include any request parameters for debugging - explicit - include the parameters explicitly specified by the client in the request - all - include all parameters involved in this request, either specified explicitly by the client, or implicit because of the request handler configuration.
type
要包含的參數類型
如果使用傳回值,則傳回目前的 SolrQuery 物件。