You are here

protected property Solr_Base_Query::$solrsort in Apache Solr Search 5.2

Same name and namespace in other branches
  1. 6 Solr_Base_Query.php \Solr_Base_Query::solrsort
  2. 6.2 Solr_Base_Query.php \Solr_Base_Query::solrsort

File

./Solr_Base_Query.php, line 120

Class

Solr_Base_Query

Code

protected $solrsort = array(
  '#name' => 'score',
  '#direction' => 'asc',
);