adjust search index for better search

This commit is contained in:
Stefan Hardegger
2026-06-27 14:45:01 +02:00
parent acf4d815e8
commit 5da951cb58
3 changed files with 3 additions and 3 deletions

View File

@@ -761,7 +761,7 @@ public class SolrService {
solrQuery.setQuery(query);
solrQuery.set("defType", "edismax");
solrQuery.set("qf", "title^3.0 description^2.0 authorName^2.0 seriesName^1.5 tagNames^1.0");
solrQuery.set("mm", "2<-1 5<-2 6<90%"); // Minimum should match
solrQuery.set("mm", "1<-1 5<-2 6<90%"); // Minimum should match
}
// Apply filters