From e7f299d95f8fe6d0392e367598a3449d762f1604 Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Fri, 15 Mar 2024 13:19:05 +0100 Subject: Use filter settings from rank profiles and query terms in streaming search. --- streamingvisitors/src/vespa/searchvisitor/indexenvironment.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'streamingvisitors/src/vespa/searchvisitor/indexenvironment.h') 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 ranking_assets_repo); -- cgit v1.2.3