: 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
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