The SolrGenericResponse class
(Bir sürüm bilgisi bulunamadı; sadece SVN'de olabilir.)
Giriş
Represents a response from the solr server.
Sınıf Sözdizimi
final
SolrGenericResponse
extends
SolrResponse
{
/* Sabitler */
/* Özellikler */
/* Yöntemler */
__construct
( void
)
/* Miras alınan yöntemler */
}Özellikler
- 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.
Öntanımlı Sabitler
SolrGenericResponse Class constants
- SolrGenericResponse::PARSE_SOLR_OBJ
-
Documents should be parsed as SolrObject instances
- SolrGenericResponse::PARSE_SOLR_DOC
-
Documents should be parsed as SolrDocument instances.
İçindekiler
- SolrGenericResponse::__construct — Constructor
- SolrGenericResponse::__destruct — Destructor
There are no user contributed notes for this page.
