La classe SolrInputDocument
SolrInputDocument
&reftitle.intro;
Représente un document Solr qui est sur le point d'être
envoyé à l'index Solr.
&reftitle.classsynopsis;
SolrInputDocument
final
SolrInputDocument
&Constants;
const
int
SolrInputDocument::SORT_DEFAULT
1
const
int
SolrInputDocument::SORT_ASC
1
const
int
SolrInputDocument::SORT_DESC
2
const
int
SolrInputDocument::SORT_FIELD_NAME
1
const
int
SolrInputDocument::SORT_FIELD_VALUE_COUNT
2
const
int
SolrInputDocument::SORT_FIELD_BOOST_VALUE
4
&Methods;
&reftitle.constants;
Constantes de la classe SolrInputDocument
SolrInputDocument::SORT_DEFAULT
Tri par défaut des champs.
SolrInputDocument::SORT_ASC
Tri les champs de façon croissant.
SolrInputDocument::SORT_DESC
Tri les champs de façon décroissant.
SolrInputDocument::SORT_FIELD_NAME
Tri les champs par leur nom.
SolrInputDocument::SORT_FIELD_VALUE_COUNT
Tri les champs par le nombre de valeurs.
SolrInputDocument::SORT_FIELD_BOOST_VALUE
Tri les champs par la valeur de boost.
&reference.solr.entities.solrinputdocument;