OK, I'm missing something. ConcurrentUpdateSolrServer isn't robust when reporting errors. Why can't we pass the update request to handleError along with the exception? In the case way down at the bottom of the Runner class we don't have access to the request, but it'd be null in that case indicating pathology.
Then the user could override handleError and have at least the information about what documents failed to do something. Not very elegant, perhaps, but at least _something_ and trivial to implement. There are much more comprehensive JIRAs to address this, but this really seems like low-hanging fruit. Or I'm missing something completely obvious, but a quick test worked... Erick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
