public function Solr_Base_Query::get_solrsort in Apache Solr Search 6
Same name and namespace in other branches
- 5.2 Solr_Base_Query.php \Solr_Base_Query::get_solrsort()
- 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 315
Class
Code
public function get_solrsort() {
return $this->solrsort;
}