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