Uses of Class
org.apache.solr.common.SolrDocumentBase
-
Packages that use SolrDocumentBase Package Description org.apache.solr.common Common classes reused on both clients & server for dealing withdocuments to be indexedandresult documents. -
-
Uses of SolrDocumentBase in org.apache.solr.common
Subclasses of SolrDocumentBase in org.apache.solr.common Modifier and Type Class Description classSolrDocumentA concrete representation of a document within a Solr index.classSolrInputDocumentRepresent the field-value information needed to construct and index a Lucene Document.
-