Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16142 программиста и 1779 роботов. Сейчас ищут 1633 программиста ...
The SolrPingResponse class
Вернуться к: Solr
(PECL solr >= 0.9.2)
Введение
Represents a response to a ping request to the server
Обзор классов
final
SolrPingResponse
extends
SolrResponse
{
/* Константы */
/* Свойства */
/* Методы */
/* Наследуемые методы */
}Свойства
- http_status
-
The http status of the response.
- parser_mode
-
Whether to parse the solr documents as SolrObject or SolrDocument instances.
- success
-
Was there an error during the request
- http_status_message
-
Detailed message on http status
- http_request_url
-
The request URL
- http_raw_request_headers
-
A string of raw headers sent during the request
- http_raw_request
-
The raw request sent to the server
- http_raw_response_headers
-
Response headers from the Solr server
- http_raw_response
-
The response message from the server
- http_digested_response
-
The response in PHP serialized format.
Предопределенные константы
SolrPingResponse Class Constants
SolrPingResponse::PARSE_SOLR_OBJ
-
Documents should be parsed as SolrObject instances
SolrPingResponse::PARSE_SOLR_DOC
-
Documents should be parsed as SolrDocument instances.
Содержание
- SolrPingResponse::__construct — Constructor
- SolrPingResponse::__destruct — Destructor
- SolrPingResponse::getResponse — Returns the response from the server
Вернуться к: Solr