protected property Solr_Base_Query::$solrsort in Apache Solr Search 6.2
Same name and namespace in other branches
- 5.2 Solr_Base_Query.php \Solr_Base_Query::solrsort
- 6 Solr_Base_Query.php \Solr_Base_Query::solrsort
File
- ./
Solr_Base_Query.php, line 120
Class
Code
protected $solrsort = array(
'#name' => 'score',
'#direction' => 'desc',
);