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

search for in the

SolrInputDocument::toArray> <SolrInputDocument::setFieldBoost
[edit] Last updated: Fri, 24 Jun 2011

view this page in

SolrInputDocument::sort

(PECL solr >= 0.9.2)

SolrInputDocument::sortمرتب‌سازی فیلدها در سند

Description

public bool SolrInputDocument::sort ( int $sortOrderBy [, int $sortDirection = SolrInputDocument::SORT_ASC ] )

The fields are rearranged according to the specified criteria and sort direction
   
   Fields can be sorted by boost values, field names and number of values.
   
   The $order_by parameter must be one of :
   
   * SolrInputDocument::SORT_FIELD_NAME
   * SolrInputDocument::SORT_FIELD_BOOST_VALUE
   * SolrInputDocument::SORT_FIELD_VALUE_COUNT
   
   The sort direction can be one of :
   
   * SolrInputDocument::SORT_DEFAULT
   * SolrInputDocument::SORT_ASC
   * SolrInputDocument::SORT_DESC

Parameters

sortOrderBy

معیار مرتب‌سازی

sortDirection

جهت مرتب‌سازی

Return Values

Returns TRUE on success or FALSE on failure.



add a note add a note User Contributed Notes SolrInputDocument::sort - [0 notes]
There are no user contributed notes for this page.

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