You are here

function DrupalApacheSolrServiceInterface::getStatsSummary in Apache Solr Search 8

Same name and namespace in other branches
  1. 6.3 apachesolr.interface.inc \DrupalApacheSolrServiceInterface::getStatsSummary()
  2. 7 apachesolr.interface.inc \DrupalApacheSolrServiceInterface::getStatsSummary()

Get summary information about the Solr Core.

2 methods override DrupalApacheSolrServiceInterface::getStatsSummary()
DrupalApacheSolrService::getStatsSummary in ./Drupal_Apache_Solr_Service.php
Get summary information about the Solr Core.
DummySolr::getStatsSummary in tests/Dummy_Solr.php
Get summary information about the Solr Core.

File

./apachesolr.interface.inc, line 377

Class

DrupalApacheSolrServiceInterface
The interface for all 'Service' objects.

Code

function getStatsSummary();