Hi devs, I'm using the ConcurrentUpdateSolrServer to add some documents to solr. While I'm doing so I see some 'bad request" errors printed in the console due to incorrect solrinputdocuments.
The issue is I can't capture this issue by reading updateresonse status. I saw some one had stated that this is due to ConcurrentUpdateSolrServer uses a queue to buffer the documents and then later call update method. Isn't there any way to capture the correct response? Regards, Lasitha