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