public function SolrBackendInterface::isOptimizeEnabled in Search API Solr 4.x
Same name and namespace in other branches
- 8.3 src/SolrBackendInterface.php \Drupal\search_api_solr\SolrBackendInterface::isOptimizeEnabled()
Indicates if the Solr index should be optimized daily.
Return value
bool TRUE if the Solr index should be optimized daily, FALSE otherwise.
1 method overrides SolrBackendInterface::isOptimizeEnabled()
- SearchApiSolrBackend::isOptimizeEnabled in src/
Plugin/ search_api/ backend/ SearchApiSolrBackend.php - Indicates if the Solr index should be optimized daily.
File
- src/
SolrBackendInterface.php, line 186
Class
- SolrBackendInterface
- Defines an interface for Solr search backend plugins.
Namespace
Drupal\search_api_solrCode
public function isOptimizeEnabled();