Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16215 программистов и 1779 роботов. Сейчас ищут 1748 программистов ...
SolrQuery::setEchoParams - Determines what kind of parameters to include in the response
Вернуться к: SolrQuery
SolrQuery::setEchoParams
(PECL solr >= 0.9.2)
SolrQuery::setEchoParams — Determines what kind of parameters to include in the response
Описание
Instructs Solr what kinds of Request parameters should be included in the response for debugging purposes, legal values include:
- 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
-
The type of parameters to include
Возвращаемые значения
Returns the current SolrQuery object, if the return value is used.
Вернуться к: SolrQuery