Class SolrInputDocument

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

public class SolrInputDocument extends SolrDocumentBase<SolrInputField,SolrInputDocument> implements Iterable<SolrInputField>
Represent the field-value information needed to construct and index a Lucene Document. Like the SolrDocument, the field values should match those specified in schema.xml
Since:
solr 1.3
See Also: