I have implemented an update processor as  described above. 

On single solr instance it works fine. 

When I testing it on solr cloud with several nodes and trying to index few
documents , when some of them are incorrect , each instance is creating its
response, but it is not aggregated by the instance which got a request . 

I also tried to use QueryReponseWriter , but it is also was not aggregated . 

The questions are : 
1.  how to make it be aggregated ? 
2. what kind of update processor it should be : UpdateRequestProcessor or
DistributedUpdateRequestProcessor ? 




--
View this message in context: 
http://lucene.472066.n3.nabble.com/ignoring-bad-documents-during-index-tp4176947p4177911.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to