aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorArne Juul <root@screwdriver.com>2023-10-10 13:02:52 +0000
committerArne Juul <root@screwdriver.com>2023-10-11 12:40:11 +0000
commitfcb89dfcc4d643c5f47ba43eab6c8f2a0cb9587b (patch)
treeeb6abae7e3a228c1c4518492702069248f4b9d27 /configdefinitions
parent2c785e09adff327effa6df61c359d22f3e1ce105 (diff)
add config for normalizers
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/rank-profiles.def11
1 files changed, 11 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/rank-profiles.def b/configdefinitions/src/vespa/rank-profiles.def
index 7d79bbe48f3..f8a6691bf30 100644
--- a/configdefinitions/src/vespa/rank-profiles.def
+++ b/configdefinitions/src/vespa/rank-profiles.def
@@ -10,3 +10,14 @@ rankprofile[].fef.property[].name string
## the value of a generic property available to feature plugins
rankprofile[].fef.property[].value string
+## output from cross-hits normalizing function
+rankprofile[].normalizer[].name string
+
+## input to cross-hits normalizing function
+rankprofile[].normalizer[].input string
+
+## type of cross-hits normalizing function
+rankprofile[].normalizer[].algo enum { LINEAR, RRANK } default=LINEAR
+
+## extra "k" param (if applicable)
+rankprofile[].normalizer[].kparam double default=60.0