(PECL solr >= 0.9.2)
SolrInputDocument::sort — Tri les champs du document
$sortOrderBy
[, int $sortDirection
= SolrInputDocument::SORT_ASC
] )
Les champs sont réarrangés suivant les critères spécifiés et la direction du tri Les champs peuvent être triés par leurs valeurs de boost, leurs noms et leurs nombres de valeurs. Le paramètre $order_by peut être une valeur parmi : * SolrInputDocument::SORT_FIELD_NAME * SolrInputDocument::SORT_FIELD_BOOST_VALUE * SolrInputDocument::SORT_FIELD_VALUE_COUNT La direction de tri peut être une valeur parmi : * SolrInputDocument::SORT_DEFAULT * SolrInputDocument::SORT_ASC * SolrInputDocument::SORT_DESC
sortOrderBy
Le critère de tri
sortDirection
La direction du tri
Cette fonction retourne TRUE
en cas de
succès ou FALSE
si une erreur survient.