function Drupal_Solr_Query_Interface::set_available_sort in Apache Solr Search 6.2
Same name and namespace in other branches
- 5.2 apachesolr.module \Drupal_Solr_Query_Interface::set_available_sort()
- 6 apachesolr.module \Drupal_Solr_Query_Interface::set_available_sort()
Make a sort available.
1 method overrides Drupal_Solr_Query_Interface::set_available_sort()
- Solr_Base_Query::set_available_sort in ./
Solr_Base_Query.php - Make a sort available.
File
- ./
apachesolr.module, line 2472 - Integration with the Apache Solr search application.
Class
- Drupal_Solr_Query_Interface
- The interface for all 'query' objects.
Code
function set_available_sort($field, $sort);