aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/vespa/searchvisitor/rankprocessor.h
diff options
context:
space:
mode:
authorGeir Storli <geirst@vespa.ai>2024-03-18 17:48:12 +0100
committerGitHub <noreply@github.com>2024-03-18 17:48:12 +0100
commitf30d81b16dd11fd68e1be04ab1685df26193735e (patch)
treecff1ed6fdd8e3a4080ce6edf096443846a07ab88 /streamingvisitors/src/vespa/searchvisitor/rankprocessor.h
parentdd8ebed8c817e3ce39676cc41008dbe6131c29df (diff)
parentb700eeb73d8de490cdafbc3d004ed091e71e3c9e (diff)
Merge pull request #30670 from vespa-engine/toregge/change-parent-class-of-search-streaming-same-element-query-nodev8.321.19
Change parent class of search::streaming::SameElementQueryNode from
Diffstat (limited to 'streamingvisitors/src/vespa/searchvisitor/rankprocessor.h')
-rw-r--r--streamingvisitors/src/vespa/searchvisitor/rankprocessor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/streamingvisitors/src/vespa/searchvisitor/rankprocessor.h b/streamingvisitors/src/vespa/searchvisitor/rankprocessor.h
index f384f7d7acf..9cb3e49fc32 100644
--- a/streamingvisitors/src/vespa/searchvisitor/rankprocessor.h
+++ b/streamingvisitors/src/vespa/searchvisitor/rankprocessor.h
@@ -45,8 +45,8 @@ private:
HitCollector::UP _hitCollector;
std::unique_ptr<RankProgram> _match_features_program;
- void resolve_fields_from_children(QueryTermData& qtd, search::streaming::MultiTerm& mt);
- void resolve_fields_from_term(QueryTermData& qtd, search::streaming::QueryTerm& term);
+ void resolve_fields_from_children(QueryTermData& qtd, const search::streaming::MultiTerm& mt);
+ void resolve_fields_from_term(QueryTermData& qtd, const search::streaming::QueryTerm& term);
void initQueryEnvironment();
void initHitCollector(size_t wantedHitCount, bool use_sort_blob);
void setupRankProgram(search::fef::RankProgram &program);