beforeIndexPublishing.maxLostRecordsPercentage
Defines the limit of records difference between the new and the last crawl as a percentage of total records (inclusive).
If the new number of records is less than last number of records * (1 - maxLostRecordsPercentage / 100)
,
the process throws a SafeReindexingError
, blocking the crawler until manual restart.
beforeIndexPublishing.maxFailedUrls
Maximum allowed number of URLs failed to crawl.
By default, the crawler doesnβt stop if it encounters such errors.