public function SolrBackendInterface::getCollectionEndpoint in Search API Solr 4.x
Same name and namespace in other branches
- 8.3 src/SolrBackendInterface.php \Drupal\search_api_solr\SolrBackendInterface::getCollectionEndpoint()
Returns the endpoint to use for the index.
In case of Solr Cloud an index might use a different Solr collection.
Parameters
\Drupal\search_api\IndexInterface $index:
Return value
\Solarium\Core\Client\Endpoint
Throws
\Drupal\Component\Plugin\Exception\PluginException
\Drupal\search_api\SearchApiException
1 method overrides SolrBackendInterface::getCollectionEndpoint()
- SearchApiSolrBackend::getCollectionEndpoint in src/
Plugin/ search_api/ backend/ SearchApiSolrBackend.php - Returns the endpoint to use for the index.
File
- src/
SolrBackendInterface.php, line 211
Class
- SolrBackendInterface
- Defines an interface for Solr search backend plugins.
Namespace
Drupal\search_api_solrCode
public function getCollectionEndpoint(IndexInterface $index);