Php/docs/solrquery.addsortfield

提供:Dev Guides
< Php
2020年12月14日 (月) 11:00時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

SolrQuery::addSortField

(PECL solr >= 0.9.2)

SolrQuery::addSortFieldUsed to control how the results should be sorted


説明

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

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.