You are here

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

Data parsing flags. Determines what extra processing should be done after the data is initially converted to a data structure.

Type: boolean

File

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

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 $_createDocuments = true, $_collapseSingleValueArrays = true;