Represents a Solr response. Parses the raw response into a set of stdClass objects and associative arrays for easy access.
Currently requires json_decode which is bundled with PHP >= 5.2.0, Alternatively can be installed with PECL. Zend Framework also includes a purely PHP solution.
Located in /Response.php (line 46)
Data parsing flags. Determines what extra processing should be done after the data is initially converted to a data structure.
Parsed values from the passed in http headers
Whether the raw response has been parsed
Parsed representation of the data
Holds the raw response used in construction
Constructor. Takes the raw HTTP response body and the exploded HTTP headers
Get character encoding of this response. Should usually be utf-8, but just in case
Get the HTTP status message of the response
Get the raw response as it was given to this object
Parse the raw response into the parsed_data array for access
Magic get to expose the parsed data and to lazily load it
Documentation generated on Mon, 09 Nov 2009 18:15:42 -0500 by phpDocumentor 1.4.2