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