411412413414415416417418419420421
// } } } t1 = System.nanoTime(); DescendingScoreComp comp = new DescendingScoreComp(); for (int i = 0; i < nTestDocs; ++i) { Arrays.sort(combined_score[i], comp); } int topN = 500;