Experimental domain-searching feature

This commit is contained in:
vlofgren 2022-07-28 20:43:42 +02:00
parent 608958d59c
commit f027a72df9

View File

@ -124,7 +124,7 @@ public class EdgeSearchOperator {
for (var keyword : keywords) {
for (var bucket : buckets) {
requests.add(new EdgeDomainSearchSpecification(bucket, IndexBlock.Title, keyword,
requests.add(new EdgeDomainSearchSpecification(bucket, IndexBlock.TitleKeywords, keyword,
1_000_000, 10, 25));
}
}