cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to skip bad document in Solr Update in Hybris

0 Likes
696

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.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Likes

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