You are here

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

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

Default HTTP timeout when one is not specified (initialized to default_socket_timeout ini setting)

var float

File

./Drupal_Apache_Solr_Service.php, line 103

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 $_defaultTimeout;