// Do all this last:
// (Not so critical if we time out here, the next harvest cycle should finish it; though would like to be able to offload this
// also if we are doing it from the API, then need a different getUUID so we don't collide with our own harvester...)
AggregationManager.updateEntitiesFromDeletedDocuments(dataStore.getUUID());
dataStore.removeSoftDeletedDocuments();
AggregationManager.updateDocEntitiesFromDeletedDocuments(dataStore.getUUID());
}
else if (!bDocsOnly) { // (null source key, just remove the source)
DbManager.getIngest().getSource().remove(queryDbo);
}