on ‎2019 Dec 26 4:40 AM
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>
<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.
Request clarification before answering.
Hi saood
For a while i got the solution. Select your index from backoffice, select "Indexer configuration" and in Error handling section Select "ignore error" as true.
Then its not throwing error on UI while updating the index
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.