The SolrResponse class
(PECL solr >= 0.9.2)
Introduction
Represents a response from the Solr server.
Class synopsis
abstract
SolrResponse
{
/* Constants */
/* Properties */
/* Methods */
}Properties
- 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.
Predefined Constants
SolrResponse Class Constants
SolrResponse::PARSE_SOLR_OBJ
-
Documents should be parsed as SolrObject instances
SolrResponse::PARSE_SOLR_DOC
-
Documents should be parsed as SolrDocument instances.
Table of Contents
- SolrResponse::getDigestedResponse — Returns the XML response as serialized PHP data
- SolrResponse::getHttpStatus — Returns the HTTP status of the response
- SolrResponse::getHttpStatusMessage — Returns more details on the HTTP status
- SolrResponse::getRawRequest — Returns the raw request sent to the Solr server
- SolrResponse::getRawRequestHeaders — Returns the raw request headers sent to the Solr server
- SolrResponse::getRawResponse — Returns the raw response from the server
- SolrResponse::getRawResponseHeaders — Returns the raw response headers from the server
- SolrResponse::getRequestUrl — Returns the full URL the request was sent to
- SolrResponse::getResponse — Returns a SolrObject representing the XML response from the server
- SolrResponse::setParseMode — Sets the parse mode
- SolrResponse::success — Was the request a success
- PHP Руководство
- Функции по категориям
- Индекс функций
- Справочник функций
- Расширения для работы с поисковыми системами
- Введение
- Установка и настройка
- Предопределенные константы
- Функции Solr
- Примеры
- The SolrUtils class
- The SolrInputDocument class
- The SolrDocument class
- The SolrDocumentField class
- Класс SolrObject
- The SolrClient class
- The SolrResponse class
- The SolrQueryResponse class
- The SolrUpdateResponse class
- The SolrPingResponse class
- The SolrGenericResponse class
- Класс SolrParams
- Класс SolrModifiableParams
- The SolrQuery class
- SolrDisMaxQuery
- SolrCollapseFunction
- Класс SolrException
- The SolrClientException class
- SolrServerException
- The SolrIllegalArgumentException class
- The SolrIllegalOperationException class
- SolrMissingMandatoryParameterException
Коментарии
404 Not Found