aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/queryeval/wand/weak_and_search.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/queryeval/wand/weak_and_search.cpp')
-rw-r--r--searchlib/src/vespa/searchlib/queryeval/wand/weak_and_search.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/searchlib/src/vespa/searchlib/queryeval/wand/weak_and_search.cpp b/searchlib/src/vespa/searchlib/queryeval/wand/weak_and_search.cpp
index 375a6598b49..04b1cb75da4 100644
--- a/searchlib/src/vespa/searchlib/queryeval/wand/weak_and_search.cpp
+++ b/searchlib/src/vespa/searchlib/queryeval/wand/weak_and_search.cpp
@@ -43,10 +43,7 @@ private:
public:
WeakAndSearchLR(const Terms &terms, uint32_t n)
- : _terms(terms,
- TermFrequencyScorer(),
- 0,
- fef::MatchData::UP()),
+ : _terms(terms, TermFrequencyScorer(), 0, {}),
_heaps(DocIdOrder(_terms.docId()), _terms.size()),
_algo(),
_threshold(1),