- 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
-
A string of raw headers sent during the request
- http_raw_request
-
The raw request sent to the server
-
Response headers from the Solr server
- http_raw_response
-
The response message from the server
- http_digested_response
-
The response in PHP serialized format.