summaryrefslogtreecommitdiffstats
path: root/configdefinitions/src/vespa/rank-profiles.def
diff options
context:
space:
mode:
Diffstat (limited to 'configdefinitions/src/vespa/rank-profiles.def')
-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