aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/tests/searchvisitor/cfg/rank-profiles.mycl.cfg
blob: be0f97b5276d444e38e895fef2851c5625e39885 (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
24
25
26
27
28
29
rankprofile[0].name "default"
rankprofile[0].fef.property[0].name "vespa.rank.firstphase"
rankprofile[0].fef.property[0].value "rankingExpression(firstphase)"
rankprofile[0].fef.property[1].name "rankingExpression(firstphase).rankingScript"
rankprofile[0].fef.property[1].value "attribute(id) + 10"
rankprofile[1].name "unranked"
rankprofile[1].fef.property[0].name "vespa.rank.firstphase"
rankprofile[1].fef.property[0].value "value(0)"
rankprofile[1].fef.property[1].name "vespa.hitcollector.heapsize"
rankprofile[1].fef.property[1].value "0"
rankprofile[1].fef.property[2].name "vespa.hitcollector.arraysize"
rankprofile[1].fef.property[2].value "0"
rankprofile[1].fef.property[3].name "vespa.dump.ignoredefaultfeatures"
rankprofile[1].fef.property[3].value "true"
rankprofile[2].name "match_features"
rankprofile[2].fef.property[0].name "rankingExpression(myfunc).rankingScript"
rankprofile[2].fef.property[0].value "attribute(id) + 20"
rankprofile[2].fef.property[1].name "vespa.rank.firstphase"
rankprofile[2].fef.property[1].value "rankingExpression(firstphase)"
rankprofile[2].fef.property[2].name "rankingExpression(firstphase).rankingScript"
rankprofile[2].fef.property[2].value "attribute(id) + 10"
rankprofile[2].fef.property[3].name "vespa.match.feature"
rankprofile[2].fef.property[3].value "attribute(id)"
rankprofile[2].fef.property[4].name "vespa.match.feature"
rankprofile[2].fef.property[4].value "rankingExpression(myfunc)"
rankprofile[2].fef.property[5].name "vespa.feature.rename"
rankprofile[2].fef.property[5].value "rankingExpression(myfunc)"
rankprofile[2].fef.property[6].name "vespa.feature.rename"
rankprofile[2].fef.property[6].value "myfunc"