You are here

function Drupal_Solr_Query_Interface::get_available_sorts in Apache Solr Search 6

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

Return the sorts that are provided by the query object.

Return value

array all the sorts provided

1 method overrides Drupal_Solr_Query_Interface::get_available_sorts()
Solr_Base_Query::get_available_sorts in ./Solr_Base_Query.php
Return the sorts that are provided by the query object.

File

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

Class

Drupal_Solr_Query_Interface
The interface for all 'query' objects.

Code

function get_available_sorts();