i have a question about the solr index mechanism with DIH ...

i try to understand how solr index an doc, and on wich code-elements, solr
using lucene.

thats my stand:
DIH is using the SolrWriter to add an doc.
To create an SolrInoputDocument SolrWriter uses the addUpdateCommand, 
This Command and Doc is put in the UpdateRequestProcessorChain. In this
Chain solr creates an LuceneDoc with DocumentBuilder and put it back into
the chain !?!? is this right ? 

Then the UpdateHandler getting the UpdateChain and managed the index changes
!?

So. i dont understand, how works the updatehandler. can anyone give me some
tipps ? 

SolrIndexWriter is using from UpdateHandler and SolrindexWriter use
IndexWriter from Lucene ? 

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

Reply via email to