La classe SolrDocument SolrDocument
&reftitle.intro; Représente un document Solr récupéré suite à une requête.
&reftitle.classsynopsis; SolrDocument final SolrDocument ArrayAccess Iterator Serializable &Constants; const int SolrDocument::SORT_DEFAULT 1 const int SolrDocument::SORT_ASC 1 const int SolrDocument::SORT_DESC 2 const int SolrDocument::SORT_FIELD_NAME 1 const int SolrDocument::SORT_FIELD_VALUE_COUNT 2 const int SolrDocument::SORT_FIELD_BOOST_VALUE 4 &Methods;
&reftitle.constants; SolrDocument::SORT_DEFAULT Mode par défaut pour le tri des champs du document. SolrDocument::SORT_ASC Tri croissant des champs. SolrDocument::SORT_DESC Tri décroissant des champs. SolrDocument::SORT_FIELD_NAME Trie les champs par leurs noms. SolrDocument::SORT_FIELD_VALUE_COUNT Trie les champs par le nombre de valeurs dans chaque champ. SolrDocument::SORT_FIELD_BOOST_VALUE Trie les champs par leurs valeurs de boost.
&reference.solr.entities.solrdocument;