protected property Apache_Solr_Response::$_isParsed in Apache Solr Search 5
Whether the raw response has been parsed
Type: boolean
File
- SolrPhpClient/
Apache/ Solr/ Response.php, line 53
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 $_isParsed = false;