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 indexed
andresult documents
. -
-
Uses of SolrDocumentBase in org.apache.solr.common
Subclasses of SolrDocumentBase in org.apache.solr.common Modifier and Type Class Description class
SolrDocument
A concrete representation of a document within a Solr index.class
SolrInputDocument
Represent the field-value information needed to construct and index a Lucene Document.
-