Apache 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 개체를 반환합니다.