You are here

function apachesolr_views_query::set_available_sort in Apache Solr Views 6

make a sort available

File

./apachesolr_views_query.inc, line 886

Class

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

Code

function set_available_sort($field, $sort) {

  // TODO: hmm.. wierd... we pull in all the sorts from Views data fields
}