summaryrefslogtreecommitdiffstats
path: root/model-evaluation/src/test/resources/config/ranking-macros/rank-profiles.cfg
blob: 2f1657aebf3d227f86535430ca762dce4cb97f11 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
rankprofile[0].name "default"
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 "standalone"
rankprofile[2].fef.property[0].name "rankingExpression(myfeature).rankingScript"
rankprofile[2].fef.property[0].value "7 * attribute(num)"
rankprofile[2].fef.property[1].name "rankingExpression(fourtimessum@2b1138e8965e7ff5.67f1e87166cfef86).rankingScript"
rankprofile[2].fef.property[1].value "4 * (match + match)"
rankprofile[2].fef.property[2].name "rankingExpression(macro_with_dollar$).rankingScript"
rankprofile[2].fef.property[2].value "69"
rankprofile[2].fef.property[3].name "rankingExpression(anotherfeature).rankingScript"
rankprofile[2].fef.property[3].value "10 * rankingExpression(myfeature)"
rankprofile[2].fef.property[4].name "rankingExpression(yetanotherfeature).rankingScript"
rankprofile[2].fef.property[4].value "100 * rankingExpression(myfeature)"
rankprofile[2].fef.property[5].name "rankingExpression(fourtimessum).rankingScript"
rankprofile[2].fef.property[5].value "4 * (var1 + var2)"
rankprofile[2].fef.property[6].name "vespa.rank.firstphase"
rankprofile[2].fef.property[6].value "rankingExpression(firstphase)"
rankprofile[2].fef.property[7].name "rankingExpression(firstphase).rankingScript"
rankprofile[2].fef.property[7].value "match + fieldMatch(title) + rankingExpression(myfeature)"
rankprofile[2].fef.property[8].name "vespa.rank.secondphase"
rankprofile[2].fef.property[8].value "rankingExpression(secondphase)"
rankprofile[2].fef.property[9].name "rankingExpression(secondphase).rankingScript"
rankprofile[2].fef.property[9].value "rankingExpression(fourtimessum@2b1138e8965e7ff5.67f1e87166cfef86) + 0 * rankingExpression(macro_with_dollar$)"
rankprofile[2].fef.property[10].name "vespa.summary.feature"
rankprofile[2].fef.property[10].value "firstPhase"
rankprofile[2].fef.property[11].name "vespa.summary.feature"
rankprofile[2].fef.property[11].value "rankingExpression(myfeature)"
rankprofile[2].fef.property[12].name "vespa.summary.feature"
rankprofile[2].fef.property[12].value "rankingExpression(anotherfeature)"
rankprofile[2].fef.property[13].name "vespa.summary.feature"
rankprofile[2].fef.property[13].value "rankingExpression(yetanotherfeature)"
rankprofile[2].fef.property[14].name "vespa.summary.feature"
rankprofile[2].fef.property[14].value "rankingExpression(macro_with_dollar$)"
rankprofile[2].fef.property[15].name "vespa.feature.rename"
rankprofile[2].fef.property[15].value "rankingExpression(anotherfeature)"
rankprofile[2].fef.property[16].name "vespa.feature.rename"
rankprofile[2].fef.property[16].value "anotherfeature"
rankprofile[2].fef.property[17].name "vespa.feature.rename"
rankprofile[2].fef.property[17].value "rankingExpression(yetanotherfeature)"
rankprofile[2].fef.property[18].name "vespa.feature.rename"
rankprofile[2].fef.property[18].value "yetanotherfeature"
rankprofile[2].fef.property[19].name "vespa.feature.rename"
rankprofile[2].fef.property[19].value "rankingExpression(macro_with_dollar$)"
rankprofile[2].fef.property[20].name "vespa.feature.rename"
rankprofile[2].fef.property[20].value "macro_with_dollar$"
rankprofile[3].name "constantsAndMacro"
rankprofile[3].fef.property[0].name "rankingExpression(c).rankingScript"
rankprofile[3].fef.property[0].value "attribute(num)"
rankprofile[3].fef.property[1].name "vespa.rank.firstphase"
rankprofile[3].fef.property[1].value "rankingExpression(firstphase)"
rankprofile[3].fef.property[2].name "rankingExpression(firstphase).rankingScript"
rankprofile[3].fef.property[2].value "attribute(num) * 2.0 + 3.0"
rankprofile[3].fef.property[3].name "vespa.summary.feature"
rankprofile[3].fef.property[3].value "firstPhase"
rankprofile[4].name "doc"
rankprofile[4].fef.property[0].name "rankingExpression(myfeature).rankingScript"
rankprofile[4].fef.property[0].value "fieldMatch(title) + freshness(timestamp)"
rankprofile[4].fef.property[1].name "rankingExpression(otherfeature@6b0a229a66fcaa04).rankingScript"
rankprofile[4].fef.property[1].value "nativeRank(title,body)"
rankprofile[4].fef.property[2].name "rankingExpression(otherfeature).rankingScript"
rankprofile[4].fef.property[2].value "nativeRank(foo,body)"
rankprofile[4].fef.property[3].name "vespa.rank.firstphase"
rankprofile[4].fef.property[3].value "rankingExpression(firstphase)"
rankprofile[4].fef.property[4].name "rankingExpression(firstphase).rankingScript"
rankprofile[4].fef.property[4].value "rankingExpression(myfeature) * 10"
rankprofile[4].fef.property[5].name "vespa.rank.secondphase"
rankprofile[4].fef.property[5].value "rankingExpression(secondphase)"
rankprofile[4].fef.property[6].name "rankingExpression(secondphase).rankingScript"
rankprofile[4].fef.property[6].value "rankingExpression(otherfeature@6b0a229a66fcaa04) * rankingExpression(myfeature)"
rankprofile[4].fef.property[7].name "vespa.summary.feature"
rankprofile[4].fef.property[7].value "rankingExpression(myfeature)"
rankprofile[4].fef.property[8].name "vespa.feature.rename"
rankprofile[4].fef.property[8].value "rankingExpression(myfeature)"
rankprofile[4].fef.property[9].name "vespa.feature.rename"
rankprofile[4].fef.property[9].value "myfeature"