The SolrPingResponse class
Represents a response to a ping request to the server
Intro
Represents a response to a ping request to the server
Class synopsis
Properties
http_statusThe http status of the response.
parser_modeWhether to parse the solr documents as SolrObject or SolrDocument instances.
successWas there an error during the request
http_status_messageDetailed message on http status
http_request_urlThe request URL
http_raw_request_headersA string of raw headers sent during the request
http_raw_requestThe raw request sent to the server
http_raw_response_headersResponse headers from the Solr server
http_raw_responseThe response message from the server
http_digested_responseThe response in PHP serialized format.
Predefined Constants
SolrPingResponse Class Constants
SolrPingResponse::PARSE_SOLR_OBJDocuments should be parsed as SolrObject instances
SolrPingResponse::PARSE_SOLR_DOCDocuments should be parsed as SolrDocument instances.
Solrpingresponse