You are here

protected property Drupal_Apache_Solr_Service::$_createDocuments in Apache Solr Search 6.2

Same name and namespace in other branches
  1. 6 Drupal_Apache_Solr_Service.php \Drupal_Apache_Solr_Service::_createDocuments

Whether {@link Apache_Solr_Response} objects should create {@link Apache_Solr_Document}s in the returned parsed data

@override to FALSE by default.

Type: boolean

File

./Drupal_Apache_Solr_Service.php, line 21

Class

Drupal_Apache_Solr_Service

Code

protected $_createDocuments = FALSE;