You are here

public function SolrConnectorInterface::getSchemaTargetedSolrBranch in Search API Solr 4.x

Gets the Solr branch targeted by the schema.

Parameters

bool $reset: If TRUE the server will be asked regardless if a previous call is cached.

Return value

string The targeted Solr branch.

Throws

\Drupal\search_api_solr\SearchApiSolrException

1 method overrides SolrConnectorInterface::getSchemaTargetedSolrBranch()
SolrConnectorPluginBase::getSchemaTargetedSolrBranch in src/SolrConnector/SolrConnectorPluginBase.php
Gets the Solr branch targeted by the schema.

File

src/SolrConnectorInterface.php, line 183

Class

SolrConnectorInterface
The Solr connector interface.

Namespace

Drupal\search_api_solr

Code

public function getSchemaTargetedSolrBranch($reset = FALSE);