mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-10 14:11:25 +00:00
[MNT-24180] fix FIX action
This commit is contained in:
@@ -3784,7 +3784,13 @@ public class SolrInformationServer implements InformationServer
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
for(long id = iterationStart; id <= batchEndId; id++)
|
||||
{
|
||||
if(idsInDb.get(id))
|
||||
{
|
||||
reporter.reportIdInDbButNotInIndex(id);
|
||||
}
|
||||
}
|
||||
batchStartId = batchEndId + 1;
|
||||
batchEndId = Math.min(batchStartId + BATCH_FACET_TXS, maxId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user