public function Apache_Solr_Response::getRawResponse in Apache Solr Search 5
Get the raw response as it was given to this object
Return value
string
File
- SolrPhpClient/
Apache/ Solr/ Response.php, line 191
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
public function getRawResponse() {
return $this->_rawResponse;
}