summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples
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/examples
parent628a9a9dd57d9eadd3ad786c5cde40ccfec1ba63 (diff)
Support 'model' instead of 'rank-profile'
Diffstat (limited to 'config-model/src/test/examples')
-rw-r--r--config-model/src/test/examples/desktop.sd14
1 files changed, 3 insertions, 11 deletions
diff --git a/config-model/src/test/examples/desktop.sd b/config-model/src/test/examples/desktop.sd
index 82741dbe53f..8d263ca9ac4 100644
--- a/config-model/src/test/examples/desktop.sd
+++ b/config-model/src/test/examples/desktop.sd
@@ -82,25 +82,17 @@ search desktop {
default: true
}
- # Optionally specify a desire to use a shared dictionary ("catalogs")
- shared-dictionary: normal, title, manufacturer
-
- # Optionally set rank values for all indices
- # Default is the name of the default one
- # Rank settings from individual fields can be selectively overridden
- rankprofile default {
- firstocc-boost text: 200
+ model default {
}
# Another rank profile
- rankprofile predefinedorder {
+ model predefinedorder {
dynamicranking: off
attribute: someorder
}
# Some experimental ranking changes
- rankprofile experimental inherits default {
- firstocc-boost text: 300
+ model experimental inherits default {
}
}