SolrQuery::addSortField

(PECL solr >= 0.9.2)
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.

Parameters:
field

The name of the field

order

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

Returns:

Returns the current SolrQuery object.

doc_php
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.