You are here

function DrupalApacheSolrServiceInterface::getStats in Apache Solr Search 8

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

Get information about the Solr Core.

Returns a Simple XMl document

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

File

./apachesolr.interface.inc, line 372

Class

DrupalApacheSolrServiceInterface
The interface for all 'Service' objects.

Code

function getStats();