summaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/vespa/searchvisitor/indexenvironment.h
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-03-15 14:13:20 +0100
committerGitHub <noreply@github.com>2024-03-15 14:13:20 +0100
commit6549354ac97910c74450dd06756f2ee0ba25015e (patch)
treed2919433b06f5534901eefce3d6753b3cff6d71e /streamingvisitors/src/vespa/searchvisitor/indexenvironment.h
parent07b6f2bae557cf42165a41da3438943bb9c18009 (diff)
parent1536e13b30358d63b8722ead277d8629376957f0 (diff)
Merge pull request #30647 from vespa-engine/toregge/use-filter-setting-from-rank-profiles-and-query-terms-in-streaming-search
Use filter settings from rank profiles and query terms in streaming s…
Diffstat (limited to 'streamingvisitors/src/vespa/searchvisitor/indexenvironment.h')
-rw-r--r--streamingvisitors/src/vespa/searchvisitor/indexenvironment.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/streamingvisitors/src/vespa/searchvisitor/indexenvironment.h b/streamingvisitors/src/vespa/searchvisitor/indexenvironment.h
index eed38b3c922..50e6898262d 100644
--- a/streamingvisitors/src/vespa/searchvisitor/indexenvironment.h
+++ b/streamingvisitors/src/vespa/searchvisitor/indexenvironment.h
@@ -78,6 +78,8 @@ public:
bool isAttribute,
search::fef::FieldInfo::DataType data_type);
+ void fixup_fields();
+
search::fef::Properties & getProperties() { return _properties; }
void set_ranking_assets_repo(std::shared_ptr<const search::fef::IRankingAssetsRepo> ranking_assets_repo);