You are here

function Drupal_Solr_Query_Interface::get_solrsort in Apache Solr Search 5.2

Same name and namespace in other branches
  1. 6 apachesolr.module \Drupal_Solr_Query_Interface::get_solrsort()
  2. 6.2 apachesolr.module \Drupal_Solr_Query_Interface::get_solrsort()

Get the solrsort.

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

1 method overrides Drupal_Solr_Query_Interface::get_solrsort()
Solr_Base_Query::get_solrsort in ./Solr_Base_Query.php
Get the solrsort.

File

./apachesolr.module, line 1837
Integration with the Apache Solr search application.

Class

Drupal_Solr_Query_Interface
The interface for all 'query' objects.

Code

function get_solrsort();