Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.4.1, 3.1, 4.0-ALPHA
-
None
Description
I was experimenting with custom UpdateRequestProcessor implementations and noticed that the sample LogUpdateProcessorFactory's finish method wasn't being called. I tracked this back down to the fact that SolrWriter in the data import handler never calls the finish() method on its UpdateRequestProcessor.