listener.onMessage("\n - " + String.format("%,d", documents) + "/" + String.format("%,d", clusterRecords) + " "
+ String.format("%.2f", (float) ((float) documents * 100 / (float) clusterRecords)) + " documents processed...");
}
}
positions = storage.higherPhysicalPositions(clusterId, positions[positions.length - 1]);
}
listener.onMessage(" Processed: " + String.format("%,d", documents));
}
listener.onMessage("\nTotal links updated: " + totalDocuments);