function DrupalSolrQueryInterface::getSolrsort in Apache Solr Search 7
Same name and namespace in other branches
- 8 apachesolr.interface.inc \DrupalSolrQueryInterface::getSolrsort()
- 6.3 apachesolr.interface.inc \DrupalSolrQueryInterface::getSolrsort()
Gets the current sort.
Return value
array The current sort as an array with the keys '#name', for the name of the field, and '#direction', for the sort direction ('asc' or 'desc').
1 method overrides DrupalSolrQueryInterface::getSolrsort()
- SolrBaseQuery::getSolrsort in ./
Solr_Base_Query.php - Gets the current sort.
File
- ./
apachesolr.interface.inc, line 282
Class
- DrupalSolrQueryInterface
- The interface for all 'query' objects.
Code
function getSolrsort();