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