Re: UpdateRequestProcessor - processCommit

2011-11-28 Thread Chris Hostetter
: I'm assuming the processCommit method is called for each : UpdateRequestProcessor chain class when the records are being commited to : the Lucene index. Not exactly. RequestHandlers that want to modify the index do so by asking the SolrCore for a processor chain (either by name or just get th

UpdateRequestProcessor - processCommit

2011-11-23 Thread Matthew Parker
TWIMC: I creating a custom UpdateRequestProcessor chain, where I need to commit records to a database once the import process has completed. I'm assuming the processCommit method is called for each UpdateRequestProcessor chain class when the records are being commited to the Lucene index. I'm de