mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
(paper-doll) Fix compilation
This commit is contained in:
parent
67a98fb0b0
commit
77efce0673
@ -91,7 +91,7 @@ public class SearchServicePaperDoll extends AbstractModule {
|
||||
long positions)
|
||||
{
|
||||
results.add(new DecoratedSearchResultItem(
|
||||
new SearchResultItem(url.hashCode(), 2, 3, score),
|
||||
new SearchResultItem(url.hashCode(), 2, 3, score, 0),
|
||||
new EdgeUrl(url),
|
||||
title,
|
||||
description,
|
||||
|
Loading…
Reference in New Issue
Block a user