summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/rankprofiles
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2020-09-29 10:44:31 +0200
committerJon Bratseth <bratseth@gmail.com>2020-09-29 10:44:31 +0200
commit7cdf12a8a87f89573642ffbcba256bf546c4cee6 (patch)
tree65e80ca74fa668ba3e7355571e7c45d205470d75 /config-model/src/test/derived/rankprofiles
parent628a9a9dd57d9eadd3ad786c5cde40ccfec1ba63 (diff)
Support 'model' instead of 'rank-profile'
Diffstat (limited to 'config-model/src/test/derived/rankprofiles')
-rw-r--r--config-model/src/test/derived/rankprofiles/rankprofiles.sd18
1 files changed, 9 insertions, 9 deletions
diff --git a/config-model/src/test/derived/rankprofiles/rankprofiles.sd b/config-model/src/test/derived/rankprofiles/rankprofiles.sd
index abafee91533..6c3720df589 100644
--- a/config-model/src/test/derived/rankprofiles/rankprofiles.sd
+++ b/config-model/src/test/derived/rankprofiles/rankprofiles.sd
@@ -19,21 +19,21 @@ search rankprofiles {
}
- rank-profile default {
+ model default {
}
- rank-profile other1 inherits default {
+ model other1 inherits default {
rank field1: filter
rank none: filter
}
- rank-profile other2 inherits other1 {
+ model other2 inherits other1 {
}
- rank-profile other3 {
+ model other3 {
}
- rank-profile four {
+ model four {
match-phase {
attribute: field2
order: ascending
@@ -41,7 +41,7 @@ search rankprofiles {
}
}
- rank-profile five {
+ model five {
match-phase {
attribute: field2
order: descending
@@ -49,14 +49,14 @@ search rankprofiles {
}
}
- rank-profile six {
+ model six {
match-phase {
attribute: field3
max-hits: 666
}
}
- rank-profile seven {
+ model seven {
match-phase {
attribute: field3
max-hits:800
@@ -65,7 +65,7 @@ search rankprofiles {
}
}
- rank-profile eight inherits seven {
+ model eight inherits seven {
}