There is a real and actual class named "SolrDocument".  it is a simpler 
object then Lucene's "Document" class becuase in Solr the details about 
the field types (stored, indexed, etc...) are handled by the schema, and 
are not distinct per Field instance. 
Chris Hostetter-3 wrote:
> 
> 

okay thx, that make sense, but why is in class AddUpadeteCommand.java this:

   // Higher level SolrInputDocument, normally used to construct the Lucene
Document
   // to index.
   public SolrInputDocument solrDoc;

???? thx =)
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-Doc-Lucene-Doc-tp995922p1030346.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to