The SolrInputDocument class
Guide
Edit on GitHub ✎
This class represents a Solr document that is about to be submitted to the Solr index.
Intro
This class represents a Solr document that is about to be submitted to the Solr index.
Class synopsis
class SolrInputDocument { }
Predefined Constants
SolrInputDocument Class Constants
SolrInputDocument::SORT_DEFAULTSorts the fields in ascending order.
SolrInputDocument::SORT_ASCSorts the fields in ascending order.
SolrInputDocument::SORT_DESCSorts the fields in descending order.
SolrInputDocument::SORT_FIELD_NAMESorts the fields by name
SolrInputDocument::SORT_FIELD_VALUE_COUNTSorts the fields by number of values.
SolrInputDocument::SORT_FIELD_BOOST_VALUESorts the fields by boost value.
Solrinputdocument