You are here

function apachesolr_views_query::get_solrsort in Apache Solr Views 6

Get the solrsort

Return value

array array keyed with name => direction

File

./apachesolr_views_query.inc, line 752

Class

apachesolr_views_query
Class for handling a view that gets its data not from the database, but from a Solr server.

Code

function get_solrsort() {
  return $this->_sorts;
}