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