Hi All, I am facing an issue on updating solr Documents. I am using SolrJ and the code works fine if the document is present . However if the document is not present and we try to update , an exception is thrown.
I can handle exception for single document update , but sometimes I require to update multiple documents at once. In this case even if one document throws exception, the other document do not update. I want some mechanism that solr dont throw any exception or may be any other work around. Can any one suggest How can I go about it ? -- View this message in context: http://lucene.472066.n3.nabble.com/Exception-on-updating-Solr-Documents-tp4222114.html Sent from the Solr - User mailing list archive at Nabble.com.