You are here

protected property Apache_Solr_Response::$_parsedData in Apache Solr Search 5

Parsed representation of the data

Type: mixed

File

SolrPhpClient/Apache/Solr/Response.php, line 60

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 $_parsedData;