You are here

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

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

Returns the Solr collection name used to store topic checkpoints.

Return value

string Solr collection name.

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

File

src/SolrCloudConnectorInterface.php, line 37

Class

SolrCloudConnectorInterface
The Solr Cloud connector interface.

Namespace

Drupal\search_api_solr

Code

public function getCheckpointsCollectionName();