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 48)
Data parsing flags. Determines what extra processing should be done after the data is initially converted to a data structure.
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
Magic function for isset function on parsed data
Documentation generated on Wed, 04 May 2011 11:01:15 -0400 by phpDocumentor 1.4.3