mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-10-05 21:22:39 +02:00
(index) Sort doc ids passed to re-ranking
This commit is contained in:
@@ -204,6 +204,7 @@ public class IndexResultRankingService {
|
||||
for (var item : resultsList) {
|
||||
combinedIdsList.add(item.combinedId);
|
||||
}
|
||||
combinedIdsList.sort(Long::compareTo);
|
||||
|
||||
resultsList.clear();
|
||||
|
||||
|
Reference in New Issue
Block a user