public function SolrConnectorInterface::isJumpStartConfigSet in Search API Solr 4.x
Indicates if the Solr config-set is our jum-start config-set.
Parameters
bool $reset: If TRUE the server will be asked regardless if a previous call is cached.
Return value
bool The targeted Solr branch.
Throws
\Drupal\search_api_solr\SearchApiSolrException
1 method overrides SolrConnectorInterface::isJumpStartConfigSet()
- SolrConnectorPluginBase::isJumpStartConfigSet in src/
SolrConnector/ SolrConnectorPluginBase.php - Indicates if the Solr config-set is our jum-start config-set.
File
- src/
SolrConnectorInterface.php, line 196
Class
- SolrConnectorInterface
- The Solr connector interface.
Namespace
Drupal\search_api_solrCode
public function isJumpStartConfigSet(bool $reset = FALSE) : bool;