You are here

protected property DrupalApacheSolrService::$soft_commit in Apache Solr Search 8

Same name and namespace in other branches
  1. 6.3 Drupal_Apache_Solr_Service.php \DrupalApacheSolrService::soft_commit
  2. 7 Drupal_Apache_Solr_Service.php \DrupalApacheSolrService::soft_commit

Flag that denotes whether to use soft commits for Solr 4.x, defaults to FALSE.

Type: bool

File

./Drupal_Apache_Solr_Service.php, line 114

Class

DrupalApacheSolrService
Starting point for the Solr API. Represents a Solr server resource and has methods for pinging, adding, deleting, committing, optimizing and searching.

Code

protected $soft_commit = FALSE;