You are here

public function SolrBaseQuery::getSolrVersion in Apache Solr Search 7

Get solr version of the query.

Overrides DrupalSolrQueryInterface::getSolrVersion

File

./Solr_Base_Query.php, line 444
This class allows you to make operations on a query that will be sent to Apache Solr. methods such as adding and removing sorts, remove and replace parameters, adding and removing filters, getters and setters for various parameters and more

Class

SolrBaseQuery

Code

public function getSolrVersion() {
  return $this->solr
    ->getSolrVersion();
}