aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/enumhintsearchcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/attribute/enumhintsearchcontext.h')
-rw-r--r--searchlib/src/vespa/searchlib/attribute/enumhintsearchcontext.h14
1 files changed, 3 insertions, 11 deletions
diff --git a/searchlib/src/vespa/searchlib/attribute/enumhintsearchcontext.h b/searchlib/src/vespa/searchlib/attribute/enumhintsearchcontext.h
index be315b05a69..fe8b84879b4 100644
--- a/searchlib/src/vespa/searchlib/attribute/enumhintsearchcontext.h
+++ b/searchlib/src/vespa/searchlib/attribute/enumhintsearchcontext.h
@@ -7,11 +7,7 @@
#include "ipostinglistsearchcontext.h"
#include <vespa/searchlib/queryeval/searchiterator.h>
-namespace search
-{
-
-namespace attribute
-{
+namespace search::attribute {
/**
* Search context helper for enumerated attributes, used to eliminate
@@ -38,12 +34,8 @@ protected:
queryeval::SearchIterator::UP
createPostingIterator(fef::TermFieldMatchData *matchData, bool strict) override;
- void fetchPostings(bool strict) override;
+ void fetchPostings(bool strict, const BitVector * filter) override;
unsigned int approximateHits() const override;
};
-
-} // namespace attribute
-
-} // namespace search
-
+}