aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2021-05-20 11:42:43 +0200
committerGitHub <noreply@github.com>2021-05-20 11:42:43 +0200
commitff423f32a08d29aea73a101b7b0094b35638d697 (patch)
treed7cfe9762710cb102d28836db4ea257546257226 /streamingvisitors
parentad936521af553e0278d9ceb3c47b328383f34806 (diff)
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;
}