SolrQuery
PHP Manual

SolrQuery::setEchoParams

(PECL solr >= 0.9.2)

SolrQuery::setEchoParamsتعیین نوع پارامترها برای شمول در پاسخ

Description

publicSolrQuery SolrQuery::setEchoParams ( string $type )

به 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.

Parameters

type

نوع پارامترهای مشمول

Return Values

بازگرداندن شی فعلی SolrQuery اگر مقدار بازگشت استفاده شده باشد.


SolrQuery
PHP Manual