summaryrefslogtreecommitdiffstats
path: root/streamingvisitors
diff options
context:
space:
mode:
authorHÃ¥vard Pettersen <3535158+havardpe@users.noreply.github.com>2021-05-20 11:51:58 +0200
committerGitHub <noreply@github.com>2021-05-20 11:51:58 +0200
commiteeb4067cc6ab6bbd0cc03b4a9ef9eaad27677cb1 (patch)
tree6a6517507428c7c166ef94a021f74b3c42a91bff /streamingvisitors
parentfa2ac899e0a34b6b6931c9c9ffc6298ef89d3eb3 (diff)
parentff423f32a08d29aea73a101b7b0094b35638d697 (diff)
Merge pull request #17913 from vespa-engine/revert-17885-havardpe/external-ranking-expressions
Revert "external ranking expressions"
Diffstat (limited to 'streamingvisitors')
-rw-r--r--streamingvisitors/src/vespa/searchvisitor/indexenvironment.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/streamingvisitors/src/vespa/searchvisitor/indexenvironment.h b/streamingvisitors/src/vespa/searchvisitor/indexenvironment.h
index 7bc706f21ce..dc7be36c290 100644
--- a/streamingvisitors/src/vespa/searchvisitor/indexenvironment.h
+++ b/streamingvisitors/src/vespa/searchvisitor/indexenvironment.h
@@ -73,10 +73,6 @@ 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;
}