protected property Apache_Solr_Response::$_httpStatus in Apache Solr Search 5
Parsed values from the passed in http headers
Type: string
File
- SolrPhpClient/
Apache/ Solr/ Response.php, line 46
Class
- Apache_Solr_Response
- Represents a Solr response. Parses the raw response into a set of stdClass objects and associative arrays for easy access.
Code
protected $_httpStatus, $_httpStatusMessage, $_type, $_encoding;