I'm trying to update Index in Hybris. Due to bad document it skip whole update operation. But I want to skip only bad document and rest of the document must be updated.
By searching on google I found the solution here https://issues.apache.org/jira/browse/SOLR-445
Provided Solution is:
<processor class="solr.TolerantUpdateProcessorFactory">
<int name="maxErrors">10</int>
</processor>
Now I don't know Exactly where to put this code in Hybris SolrConfiguration. I need steps to implement this in Hybris Solr Config.