SolrQuery::addSortField
(PECL solr >= 0.9.2)
SolrQuery::addSortField — Used to control how the results should be sorted
Beschreibung
Used to control how the results should be sorted.
Parameter-Liste
-
field
-
The name of the field
-
order
-
The sort direction. This should be either SolrQuery::ORDER_ASC or SolrQuery::ORDER_DESC.
Rückgabewerte
Returns the current SolrQuery object.