summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/tests/persistenceconformance_test.cpp
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2023-05-08 19:12:11 +0200
committerGitHub <noreply@github.com>2023-05-08 19:12:11 +0200
commit0a187b361368673d99a465df438f206f2f66297e (patch)
tree8f0787e8e43ea79f5fa3072e4d19b51eb3c1b9c1 /searchcore/src/apps/tests/persistenceconformance_test.cpp
parentf7692f30240fd7e10f145aaa522194f926683d71 (diff)
Revert "Move ranking config to configdefinitions module"
Diffstat (limited to 'searchcore/src/apps/tests/persistenceconformance_test.cpp')
-rw-r--r--searchcore/src/apps/tests/persistenceconformance_test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/searchcore/src/apps/tests/persistenceconformance_test.cpp b/searchcore/src/apps/tests/persistenceconformance_test.cpp
index bbac0f9268f..0462c385e62 100644
--- a/searchcore/src/apps/tests/persistenceconformance_test.cpp
+++ b/searchcore/src/apps/tests/persistenceconformance_test.cpp
@@ -125,9 +125,9 @@ public:
return std::make_shared<DocumentDBConfig>(
1,
std::make_shared<RankProfilesConfig>(),
- std::make_shared<search::fef::RankingConstants>(),
- std::make_shared<search::fef::RankingExpressions>(),
- std::make_shared<search::fef::OnnxModels>(),
+ std::make_shared<matching::RankingConstants>(),
+ std::make_shared<matching::RankingExpressions>(),
+ std::make_shared<matching::OnnxModels>(),
indexschema,
attributes,
summary,