mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
Experimental domain-searching feature
This commit is contained in:
parent
1c92cc1df8
commit
09aa217451
@ -117,7 +117,7 @@ public class EdgeSearchOperator {
|
||||
.flatMap(sq -> sq.searchTermsInclude.stream())
|
||||
.distinct()
|
||||
.flatMap(keyword ->
|
||||
specs.buckets.stream().map(bucket -> new EdgeDomainSearchSpecification(bucket, IndexBlock.Title, keyword, 1_000_000/specs.buckets.size(), 5, 20))
|
||||
specs.buckets.stream().map(bucket -> new EdgeDomainSearchSpecification(bucket, IndexBlock.Title, keyword, 1_000_000/specs.buckets.size(), 20, 20))
|
||||
)
|
||||
.toArray(EdgeDomainSearchSpecification[]::new);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user