summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-02-02 09:40:31 +0100
committerJon Bratseth <bratseth@gmail.com>2022-02-02 09:40:31 +0100
commit27b3cdd6c04f83d540258a964265977e06dfc499 (patch)
treec89a929e869ca17d0cf36bd04a7649ee0282c8d9 /config-model/src/test/derived
parentbd4df94d31034e1fbbfe984ad47a7e3ecb4bc562 (diff)
Allow the default rank profile to inherit
Diffstat (limited to 'config-model/src/test/derived')
-rw-r--r--config-model/src/test/derived/rankprofilemodularity/rank-profiles.cfg10
-rw-r--r--config-model/src/test/derived/rankprofilemodularity/test.sd5
2 files changed, 9 insertions, 6 deletions
diff --git a/config-model/src/test/derived/rankprofilemodularity/rank-profiles.cfg b/config-model/src/test/derived/rankprofilemodularity/rank-profiles.cfg
index 9364e7e1369..3af23fd3770 100644
--- a/config-model/src/test/derived/rankprofilemodularity/rank-profiles.cfg
+++ b/config-model/src/test/derived/rankprofilemodularity/rank-profiles.cfg
@@ -1,4 +1,8 @@
rankprofile[].name "default"
+rankprofile[].fef.property[].name "rankingExpression(fo2).rankingScript"
+rankprofile[].fef.property[].value "random"
+rankprofile[].fef.property[].name "vespa.rank.firstphase"
+rankprofile[].fef.property[].value "fieldMatch(title).completeness"
rankprofile[].name "unranked"
rankprofile[].fef.property[].name "vespa.rank.firstphase"
rankprofile[].fef.property[].value "value(0)"
@@ -11,12 +15,8 @@ rankprofile[].fef.property[].value "true"
rankprofile[].name "in_schema0"
rankprofile[].fef.property[].name "rankingExpression(fo2).rankingScript"
rankprofile[].fef.property[].value "random"
-rankprofile[].fef.property[].name "rankingExpression(f2).rankingScript"
-rankprofile[].fef.property[].value "fieldMatch(title) + rankingExpression(fo2)"
-rankprofile[].fef.property[].name "rankingExpression(fo1).rankingScript"
-rankprofile[].fef.property[].value "now"
rankprofile[].fef.property[].name "vespa.rank.firstphase"
-rankprofile[].fef.property[].value "rankingExpression(f2)"
+rankprofile[].fef.property[].value "fieldMatch(title).completeness"
rankprofile[].name "in_schema1"
rankprofile[].fef.property[].name "vespa.rank.firstphase"
rankprofile[].fef.property[].value "nativeRank"
diff --git a/config-model/src/test/derived/rankprofilemodularity/test.sd b/config-model/src/test/derived/rankprofilemodularity/test.sd
index b017a70fef1..34414414d6c 100644
--- a/config-model/src/test/derived/rankprofilemodularity/test.sd
+++ b/config-model/src/test/derived/rankprofilemodularity/test.sd
@@ -8,7 +8,10 @@ schema test {
}
- rank-profile in_schema0 inherits in_schema3 {
+ rank-profile default inherits outside_schema2 {
+ }
+
+ rank-profile in_schema0 inherits outside_schema2 {
}
rank-profile in_schema1 {