1
1
mirror of https://github.com/MarginaliaSearch/MarginaliaSearch.git synced 2025-10-05 21:22:39 +02:00

Compare commits

...

1 Commits

Author SHA1 Message Date
Viktor Lofgren
c187b2e1c1 (search) Re-enable clustering 2025-05-16 23:20:16 +02:00

View File

@@ -109,7 +109,8 @@ public class SearchOperator {
// Cluster the results based on the query response
List<ClusteredUrlDetails> clusteredResults = SearchResultClusterer
.noOp(queryResults, 0);
.selectStrategy(queryResponse)
.clusterResults(queryResults, 25);
// Log the query and results