La clase SolrInputDocument SolrInputDocument
&reftitle.intro; Esta clase representa un documento Solr que está a punto de ser enviado al índice de 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 Clase SolrInputDocument SolrInputDocument::SORT_DEFAULT Ordena los campos de forma ascendente. SolrInputDocument::SORT_ASC Ordena los campos de forma ascendente. SolrInputDocument::SORT_DESC Ordena los campos de forma descendente SolrInputDocument::SORT_FIELD_NAME Ordena los campos por nombre SolrInputDocument::SORT_FIELD_VALUE_COUNT Ordena los campos según el número de valores. SolrInputDocument::SORT_FIELD_BOOST_VALUE Ordena los campos según el valor de boost.
&reference.solr.entities.solrinputdocument;