SolrQuery::addSortField

Used to control how the results should be sorted

説明

public SolrQuery SolrQuery::addSortField(string $field, int $order = SolrQuery::ORDER_DESC)

Used to control how the results should be sorted.

パラメータ

field

The name of the field

order

The sort direction. This should be either SolrQuery::ORDER_ASC or SolrQuery::ORDER_DESC.

戻り値

Returns the current SolrQuery object.