summaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/vespa/searchvisitor/indexenvironment.h
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2024-03-15 13:19:05 +0100
committerTor Egge <Tor.Egge@online.no>2024-03-15 13:19:05 +0100
commite7f299d95f8fe6d0392e367598a3449d762f1604 (patch)
treea7c577f99c178e22770a817bcc97d18e66e885ad /streamingvisitors/src/vespa/searchvisitor/indexenvironment.h
parentc44558af0a82be9dda1f1ba8bf84337789a906e5 (diff)
Use filter settings from rank profiles and query terms in streaming search.
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);