The SolrResponse class
Represents a response from the Solr server.
Intro
Represents a response from the Solr 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
SolrResponse Class Constants
SolrResponse::PARSE_SOLR_OBJDocuments should be parsed as SolrObject instances
SolrResponse::PARSE_SOLR_DOCDocuments should be parsed as SolrDocument instances.
Solrresponse