function Drupal_Solr_Query_Interface::get_available_sorts in Apache Solr Search 5.2
Same name and namespace in other branches
- 6 apachesolr.module \Drupal_Solr_Query_Interface::get_available_sorts()
- 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 1866 - Integration with the Apache Solr search application.
Class
- Drupal_Solr_Query_Interface
- The interface for all 'query' objects.
Code
function get_available_sorts();