You are here

protected property SearchApiSolrConnection::$soft_commit in Search API Solr 7

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

Defaults to TRUE.

Type: bool

File

includes/solr_connection.inc, line 189

Class

SearchApiSolrConnection
Represents a Solr server resource.

Code

protected $soft_commit = TRUE;