From fcb89dfcc4d643c5f47ba43eab6c8f2a0cb9587b Mon Sep 17 00:00:00 2001 From: Arne Juul Date: Tue, 10 Oct 2023 13:02:52 +0000 Subject: add config for normalizers --- configdefinitions/src/vespa/rank-profiles.def | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'configdefinitions') 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 -- cgit v1.2.3