public function SearchApiSolrConnectionInterface::getSoftCommit in Search API Solr 7
Tells whether this connection will use soft commits when comitting.
Note that this setting only has any effect when using Solr 4.x or higher.
Return value
TRUE if soft commits will be used, FALSE otherwise.
1 method overrides SearchApiSolrConnectionInterface::getSoftCommit()
- SearchApiSolrConnection::getSoftCommit in includes/
solr_connection.inc - Tells whether this connection will use soft commits when comitting.
File
- includes/
solr_connection.interface.inc, line 45
Class
- SearchApiSolrConnectionInterface
- The interface for a Solr connection class.
Code
public function getSoftCommit();