You are here

public function SolrCloudConnectorInterface::getCheckpointsCollectionEndpoint in Search API Solr 4.x

Same name and namespace in other branches
  1. 8.3 src/SolrCloudConnectorInterface.php \Drupal\search_api_solr\SolrCloudConnectorInterface::getCheckpointsCollectionEndpoint()

Returns the Solr collection endpoint used to store topic checkpoints.

Return value

\Solarium\Core\Client\Endpoint|null Solr endpoint.

1 method overrides SolrCloudConnectorInterface::getCheckpointsCollectionEndpoint()
StandardSolrCloudConnector::getCheckpointsCollectionEndpoint in src/Plugin/SolrConnector/StandardSolrCloudConnector.php
Returns the Solr collection endpoint used to store topic checkpoints.

File

src/SolrCloudConnectorInterface.php, line 45

Class

SolrCloudConnectorInterface
The Solr Cloud connector interface.

Namespace

Drupal\search_api_solr

Code

public function getCheckpointsCollectionEndpoint() : ?Endpoint;