You are here

function DummySolr::getSolrVersion in Apache Solr Search 8

Same name and namespace in other branches
  1. 7 tests/Dummy_Solr.php \DummySolr::getSolrVersion()

Get the current solr version. This could be 1, 3 or 4

Return value

int 1, 3 or 4. Does not give a more details version, for that you need to get the system info.

Overrides DrupalApacheSolrServiceInterface::getSolrVersion

File

tests/Dummy_Solr.php, line 447
Dummy object to simulate a Solr Service

Class

DummySolr
@file Dummy object to simulate a Solr Service

Code

function getSolrVersion() {
}