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.