|
|
@@ -132,11 +132,6 @@ public class PAIScorerV2 extends AbstractScorer {
|
|
|
|
|
|
Collections.sort(merged);
|
|
|
|
|
|
- long totalTime = System.currentTimeMillis() - startTime;
|
|
|
- if (totalTime > 300) {
|
|
|
- LOGGER.error("PAIScorerV2 rankByJava slow itemSize={} batchCount={} totalTime={}ms",
|
|
|
- items.size(), batches.size(), totalTime);
|
|
|
- }
|
|
|
return merged;
|
|
|
}
|
|
|
|