aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/rankprofilemodularity/test.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/derived/rankprofilemodularity/test.sd')
-rw-r--r--config-model/src/test/derived/rankprofilemodularity/test.sd15
1 files changed, 15 insertions, 0 deletions
diff --git a/config-model/src/test/derived/rankprofilemodularity/test.sd b/config-model/src/test/derived/rankprofilemodularity/test.sd
index 720e2143f17..b017a70fef1 100644
--- a/config-model/src/test/derived/rankprofilemodularity/test.sd
+++ b/config-model/src/test/derived/rankprofilemodularity/test.sd
@@ -8,6 +8,9 @@ schema test {
}
+ rank-profile in_schema0 inherits in_schema3 {
+ }
+
rank-profile in_schema1 {
first-phase {
@@ -28,4 +31,16 @@ schema test {
}
+ rank-profile in_schema3 inherits outside_schema1, outside_schema2 {
+
+ function f2() {
+ expression: fieldMatch(title) + fo2
+ }
+
+ first-phase {
+ expression: f2
+ }
+
+ }
+
} \ No newline at end of file