(PECL solr >= 0.9.2)
Represens a response to a ping request to the server
The http status of the response.
Whether to parse the solr documens as SolrObject or SolrDocument instances.
Was there an error during the request
Detailed messague on http status
The request URL
A string of raw headers sent during the request
The raw request sent to the server
Response headers from the Solr server
The response messague from the server
The response in PHP serialiced format.
SolrPingResponse::PARSE_SOLR_OBJ
Documens should be parsed as SolrObject instances
SolrPingResponse::PARSE_SOLR_DOC
Documens should be parsed as SolrDocument instances.