What version of Solr? This was a pretty long-standing issue that was fixed in Solr 6.1, see: https://issues.apache.org/jira/browse/SOLR-445 Otherwise you really have to write your code to re-transmit sub-packets, perhaps even one at a time when a packet fails.
Best, Erick On Wed, Mar 1, 2017 at 3:46 AM, kshitij tyagi <kshitij.shopcl...@gmail.com> wrote: > Hi Team, > > I am facing an issue when I am updating more than 1 document on solr. > > 1. If any 1 document gives 400 error them my other documents are also not > updated. > > How can I approach to solve this? I need my other documents to be indexed > which are not giving 400 error. > > Help appreciated! > > Regards, > Kshitij