The SolrInputDocument class SolrInputDocument
&reftitle.intro; This class represents a Solr document that is about to be submitted to the Solr index.
&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;
SolrInputDocument Class Constants SolrInputDocument::SORT_DEFAULT Sorts the fields in ascending order. SolrInputDocument::SORT_ASC Sorts the fields in ascending order. SolrInputDocument::SORT_DESC Sorts the fields in descending order. SolrInputDocument::SORT_FIELD_NAME Sorts the fields by name SolrInputDocument::SORT_FIELD_VALUE_COUNT Sorts the fields by number of values. SolrInputDocument::SORT_FIELD_BOOST_VALUE Sorts the fields by boost value.
&reference.solr.entities.solrinputdocument;