You are here

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

Holds the raw response used in construction

Type: string

File

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

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