You are here

public function Solr_Base_Query::get_solrsort in Apache Solr Search 5.2

Same name and namespace in other branches
  1. 6 Solr_Base_Query.php \Solr_Base_Query::get_solrsort()
  2. 6.2 Solr_Base_Query.php \Solr_Base_Query::get_solrsort()

Get the solrsort.

Returns the non-urlencode, non-aliased sort field and direction. as an array keyed with '#name' and '#direction'.

Overrides Drupal_Solr_Query_Interface::get_solrsort

File

./Solr_Base_Query.php, line 289

Class

Solr_Base_Query

Code

public function get_solrsort() {
  return $this->solrsort;
}