On Sun, Feb 22, 2015 at 12:20 PM, SolrUser1543 <osta...@gmail.com> wrote:

> Does anyone know where is it?


local update on leader happens first (assuming you use CloudSolrServer),
https://github.com/apache/lucene-solr/blob/trunk/solr/core/src/java/org/apache/solr/update/processor/DistributedUpdateProcessor.java#L704

and if update exceptions like wrong field format occurs it give up to
distribute to replicas.
perhaps you need to catch it there and respond back failed ids.
What is the kind of bad docs you aim, doc/xml format or wrong field values?


-- 
Sincerely yours
Mikhail Khludnev
Principal Engineer,
Grid Dynamics

<http://www.griddynamics.com>
<mkhlud...@griddynamics.com>

Reply via email to