: i want to learn more about the technology.
: 
: exists an issue to create really an solrDoc ? Or its in the code only for a
: better understanding of the lucene and solr border ? 

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.

http://lucene.apache.org/solr/api/org/apache/solr/common/SolrDocument.html

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



-Hoss

Reply via email to