PHP Conference Japan 2024

SolrQuery::setEchoParams

(PECL solr >= 0.9.2)

SolrQuery::setEchoParams決定要在回應中包含哪種參數

說明

public SolrQuery::setEchoParams(string $type): SolrQuery

指示 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 物件。

新增註解

使用者貢獻的註解

此頁面沒有使用者貢獻的註解。
To Top