function DrupalApacheSolrServiceInterface::getStatsSummary in Apache Solr Search 6.3
Same name and namespace in other branches
- 8 apachesolr.interface.inc \DrupalApacheSolrServiceInterface::getStatsSummary()
- 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();