cancel
Showing results for 
Search instead for 
Did you mean: 

Impact of ignoreErrors on Active Index in SolrIndexConfig

murer
Discoverer
0 Kudos
93

In the SolrIndexConfig, there is a property called ignoreErrors. According to the documentation, this property allows the index to continue running even if failures occur.

My question is: Will setting ignoreErrors=true and running an index-Job also change the active index, even if the index is not complete?
Or will it simply run through and log all the errors without making any changes to the active index?

View Entire Topic
steph_
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello! 

When you enable ignoreErrors, the goal is to prevent small problems from stopping the entire indexing process. The indexing job will continue running and log any errors it encounters along the way. However, whether the active index gets updated with data from a partially completed index depends on various factors, such as how the indexing job is set up.

Usually, a new index needs to be fully completed before it can replace or update the active index. If there are critical errors that stop the index from finishing, then the active index might not be updated. It's important to check the logs to see what errors occurred and understand how they might affect the completeness and accuracy of the new index.

Best regards,
Stephane
SAP Support