aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions/src/vespa/rank-profiles.def
blob: f8a6691bf30dd5d4a65a7854fea1a0d04d3c0c61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=vespa.config.search

## name of this rank profile. maps to table index for internal use.
rankprofile[].name string

## the name of a generic property available to the feature execution framework and feature plugins
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