aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors
diff options
context:
space:
mode:
authorHåvard Pettersen <havardpe@oath.com>2021-05-12 10:12:27 +0000
committerHåvard Pettersen <havardpe@oath.com>2021-05-18 15:54:24 +0000
commitcb3035a72c42053db2130084209e611f49d9b037 (patch)
tree7c0a22bc6e9cb21061a1ac66d662d95d3ae8db19 /streamingvisitors
parente0107a0d6c6dbd829bfd8a72c3d5f685bda0fb5c (diff)
external ranking expressions
loaded from potentially compressed files
Diffstat (limited to 'streamingvisitors')
-rw-r--r--streamingvisitors/src/vespa/searchvisitor/indexenvironment.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/streamingvisitors/src/vespa/searchvisitor/indexenvironment.h b/streamingvisitors/src/vespa/searchvisitor/indexenvironment.h
index dc7be36c290..7bc706f21ce 100644
--- a/streamingvisitors/src/vespa/searchvisitor/indexenvironment.h
+++ b/streamingvisitors/src/vespa/searchvisitor/indexenvironment.h
@@ -73,6 +73,10 @@ public:
return vespalib::eval::ConstantValue::UP();
}
+ vespalib::string getRankingExpression(const vespalib::string &) const override {
+ return {};
+ }
+
const search::fef::OnnxModel *getOnnxModel(const vespalib::string &) const override {
return nullptr;
}