downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SolrQuery::addStatsFacet> <SolrQuery::addMltQueryField
[edit] Last updated: Fri, 25 May 2012

view this page in

SolrQuery::addSortField

(PECL solr >= 0.9.2)

SolrQuery::addSortFieldUsed 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.



add a note add a note User Contributed Notes SolrQuery::addSortField
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites