aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-01-02 19:48:13 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-01-02 19:48:13 +0000
commitbbd9f10968f929ce4b1fb81ffb519ae4d8bf6973 (patch)
treed47d68d1f3dc7244990c1783e83bb201abdcd03b /searchcore
parent34191ac5578bb8d1fb487382a831d6901644db8d (diff)
Follow up review comments.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/matching/query.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/matching/query.cpp b/searchcore/src/vespa/searchcore/proton/matching/query.cpp
index 04fdf57769a..b254fd1b4b6 100644
--- a/searchcore/src/vespa/searchcore/proton/matching/query.cpp
+++ b/searchcore/src/vespa/searchcore/proton/matching/query.cpp
@@ -195,7 +195,7 @@ Query::optimize()
void
Query::fetchPostings()
{
- _blueprint->fetchPostings(search::queryeval::ExecuteInfo(true, 1.0));
+ _blueprint->fetchPostings(search::queryeval::ExecuteInfo::create(true, 1.0));
}
void