public function SolrBackendInterface::getMaxDocumentVersions in Search API Solr 4.x
Same name and namespace in other branches
- 8.3 src/SolrBackendInterface.php \Drupal\search_api_solr\SolrBackendInterface::getMaxDocumentVersions()
Get the max document versions, in total and per site / index / datasource.
_version_ numbers are important for replication and checkpoints.
Return value
array An associative array of max document versions.
Throws
\Drupal\Component\Plugin\Exception\PluginException
\Drupal\search_api\SearchApiException
\Drupal\search_api_solr\SearchApiSolrException
1 method overrides SolrBackendInterface::getMaxDocumentVersions()
- SearchApiSolrBackend::getMaxDocumentVersions in src/
Plugin/ search_api/ backend/ SearchApiSolrBackend.php - Get the max document versions, in total and per site / index / datasource.
File
- src/
SolrBackendInterface.php, line 357
Class
- SolrBackendInterface
- Defines an interface for Solr search backend plugins.
Namespace
Drupal\search_api_solrCode
public function getMaxDocumentVersions();