1
1
mirror of https://github.com/MarginaliaSearch/MarginaliaSearch.git synced 2025-10-08 00:02:38 +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 // Cluster the results based on the query response
List<ClusteredUrlDetails> clusteredResults = SearchResultClusterer List<ClusteredUrlDetails> clusteredResults = SearchResultClusterer
.noOp(queryResults, 0); .selectStrategy(queryResponse)
.clusterResults(queryResults, 25);
// Log the query and results // Log the query and results