aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/queryeval/simple_phrase_blueprint.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/queryeval/simple_phrase_blueprint.h')
-rw-r--r--searchlib/src/vespa/searchlib/queryeval/simple_phrase_blueprint.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/searchlib/src/vespa/searchlib/queryeval/simple_phrase_blueprint.h b/searchlib/src/vespa/searchlib/queryeval/simple_phrase_blueprint.h
index d0e3868f34a..2d19a23fdab 100644
--- a/searchlib/src/vespa/searchlib/queryeval/simple_phrase_blueprint.h
+++ b/searchlib/src/vespa/searchlib/queryeval/simple_phrase_blueprint.h
@@ -32,11 +32,9 @@ public:
// used by create visitor
void addTerm(Blueprint::UP term);
- SearchIteratorUP
- createLeafSearch(const search::fef::TermFieldMatchDataArray &tfmda,
- bool strict) const override;
+ SearchIteratorUP createLeafSearch(const search::fef::TermFieldMatchDataArray &tfmda, bool strict) const override;
void visitMembers(vespalib::ObjectVisitor &visitor) const override;
- void fetchPostings(bool strict) override;
+ void fetchPostings(bool strict, const BitVector * filter) override;
};
}