From 8b9edb6f9fe919d825d73f794b57710ff4cec040 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Fri, 3 Jan 2020 10:18:34 +0100 Subject: Revert "Revert "Balder/add executeinfo"" --- searchcommon/src/vespa/searchcommon/attribute/i_search_context.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'searchcommon') diff --git a/searchcommon/src/vespa/searchcommon/attribute/i_search_context.h b/searchcommon/src/vespa/searchcommon/attribute/i_search_context.h index 9a24ab82c9f..795129bf3b8 100644 --- a/searchcommon/src/vespa/searchcommon/attribute/i_search_context.h +++ b/searchcommon/src/vespa/searchcommon/attribute/i_search_context.h @@ -6,7 +6,10 @@ #include namespace search::fef { class TermFieldMatchData; } -namespace search::queryeval { class SearchIterator; } +namespace search::queryeval { + class SearchIterator; + class ExecuteInfo; +} namespace search { class QueryTermUCS4; } namespace search::attribute { @@ -43,7 +46,7 @@ public: * Create temporary posting lists. * Should be called before createIterator() is called. */ - virtual void fetchPostings(bool strict) = 0; + virtual void fetchPostings(const queryeval::ExecuteInfo &execInfo) = 0; virtual bool valid() const = 0; virtual Int64Range getAsIntegerTerm() const = 0; -- cgit v1.2.3