SolrQuery::addSortField
PHP function
Edit on GitHub ✎
(PECL solr >= 0.9.2)
Used to control how the results should be sorted
Description
SolrQuery::addSortField(string $field, int $order = SolrQuery::ORDER_DESC): SolrQuery
Used to control how the results should be sorted.
Parameters
fieldThe name of the field
orderThe sort direction. This should be either SolrQuery::ORDER_ASC or SolrQuery::ORDER_DESC.
Return Values
Returns the current SolrQuery object.