aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/proton_configurer
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-05-09 10:17:25 +0200
committerTor Egge <Tor.Egge@online.no>2023-05-09 10:17:25 +0200
commit32b0a642e18552eed36fde6a1ad9868d22c6b1c9 (patch)
tree58c3457f601d7278e7d6e412952acdcd962a01ef /searchcore/src/tests/proton/proton_configurer
parent576c99377745221ea70472b55ff2b527bc6753a5 (diff)
Move ranking config to configdefinitions module.
Diffstat (limited to 'searchcore/src/tests/proton/proton_configurer')
-rw-r--r--searchcore/src/tests/proton/proton_configurer/proton_configurer_test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/searchcore/src/tests/proton/proton_configurer/proton_configurer_test.cpp b/searchcore/src/tests/proton/proton_configurer/proton_configurer_test.cpp
index 51008e4cbee..d8dafd1c39e 100644
--- a/searchcore/src/tests/proton/proton_configurer/proton_configurer_test.cpp
+++ b/searchcore/src/tests/proton/proton_configurer/proton_configurer_test.cpp
@@ -40,9 +40,9 @@ using document::DocumentTypeRepo;
using search::TuneFileDocumentDB;
using std::map;
using search::index::Schema;
-using proton::matching::RankingConstants;
-using proton::matching::RankingExpressions;
-using proton::matching::OnnxModels;
+using search::fef::OnnxModels;
+using search::fef::RankingConstants;
+using search::fef::RankingExpressions;
struct DBConfigFixture {
using UP = std::unique_ptr<DBConfigFixture>;