aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/rankprofilemodularity/test.sd
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-01-26 13:26:47 +0100
committerJon Bratseth <bratseth@gmail.com>2022-01-26 13:26:47 +0100
commit5869796c08003f41f0ac8e4738414d136b075b1d (patch)
tree8576de9cb78f6d55e9477e07bb55f2bf51caeab2 /config-model/src/test/derived/rankprofilemodularity/test.sd
parent67f133794502e7499f8f8e36821a04a46622fdb9 (diff)
Modular rank profiles
Diffstat (limited to 'config-model/src/test/derived/rankprofilemodularity/test.sd')
-rw-r--r--config-model/src/test/derived/rankprofilemodularity/test.sd4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-model/src/test/derived/rankprofilemodularity/test.sd b/config-model/src/test/derived/rankprofilemodularity/test.sd
index 29f39bef59d..720e2143f17 100644
--- a/config-model/src/test/derived/rankprofilemodularity/test.sd
+++ b/config-model/src/test/derived/rankprofilemodularity/test.sd
@@ -18,12 +18,12 @@ schema test {
rank-profile in_schema2 inherits outside_schema2 {
- function f1() {
+ function f2() {
expression: fieldMatch(title) + fo2
}
first-phase {
- expression: f1
+ expression: f2
}
}