Class SolrDocument

All Implemented Interfaces:
Serializable, Iterable<Map.Entry<String,Object>>, Map<String,Object>, MapSerializable, MapWriter, NavigableObject, org.noggit.JSONWriter.Writable

public class SolrDocument extends SolrDocumentBase<Object,SolrDocument> implements Iterable<Map.Entry<String,Object>>
A concrete representation of a document within a Solr index. Unlike a lucene Document, a SolrDocument may have an Object value matching the type defined in schema.xml

For indexing documents, use the SolrInputDocument that contains extra information for document and field boosting.

Since:
solr 1.3
See Also: