I worling through the SolrCode and i want to know how the class SolrDocument used in Solr !?
When i start and debug a normal search, SolrDocument never been used. (Standard SearchHandler with q-Query). i thought, this class is a representation of a Doc from the Index as a higher level doc above the lucene doc. so i thougt that solr convert a lucene doc to a SolrDoc and work with this. but solr doing an prefetch with DocSllice/DocSet/DocList ... an get the real lucene doc in the XML-Writer for the response. So for what is SolrDocument ???? thxxxx -- View this message in context: http://lucene.472066.n3.nabble.com/Purpose-of-SolrDocument-java-tp1408443p1408443.html Sent from the Solr - User mailing list archive at Nabble.com.