summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/documentdbconfig/documentdbconfig_test.cpp
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahoo-inc.com>2016-09-02 09:52:42 +0200
committerGeir Storli <geirst@yahoo-inc.com>2016-09-02 10:40:42 +0200
commit0f4449ac5daba3e077ed22755ef803c8ec5dfe47 (patch)
tree11e4854e0f405621de01b7f9adc739f37b6aa973 /searchcore/src/tests/proton/documentdb/documentdbconfig/documentdbconfig_test.cpp
parent54c581949ccfaa61942e5c209fe7c02b9d172893 (diff)
Integrate and populate matching::RankingConstants based on files acquired from file distribution.
Diffstat (limited to 'searchcore/src/tests/proton/documentdb/documentdbconfig/documentdbconfig_test.cpp')
-rw-r--r--searchcore/src/tests/proton/documentdb/documentdbconfig/documentdbconfig_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/tests/proton/documentdb/documentdbconfig/documentdbconfig_test.cpp b/searchcore/src/tests/proton/documentdb/documentdbconfig/documentdbconfig_test.cpp
index 831c5d522d9..5cced5038c8 100644
--- a/searchcore/src/tests/proton/documentdb/documentdbconfig/documentdbconfig_test.cpp
+++ b/searchcore/src/tests/proton/documentdb/documentdbconfig/documentdbconfig_test.cpp
@@ -30,6 +30,7 @@ getConfig(int64_t generation, const Schema::SP &schema,
generation,
make_shared<RankProfilesConfig>(rankProfiles),
make_shared<RankingConstantsConfig>(),
+ make_shared<matching::RankingConstants>(),
make_shared<IndexschemaConfig>(),
make_shared<AttributesConfig>(),
make_shared<SummaryConfig>(),