aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/resources
diff options
context:
space:
mode:
authorArne Juul <arnej@vespa.ai>2023-10-30 11:48:50 +0000
committerArne Juul <arnej@vespa.ai>2023-10-30 11:51:20 +0000
commitbcb353acc5fa5432eeca3f41c81d757fc2d30fe0 (patch)
tree1dbc79b695a3100bb0ed848bee2503d3dfc855ea /container-search/src/test/resources
parentecf09e55410ba9b7b70e83da2a449ca0efac1cef (diff)
unit test with feature name
Diffstat (limited to 'container-search/src/test/resources')
-rw-r--r--container-search/src/test/resources/config/medium/rank-profiles.cfg8
1 files changed, 6 insertions, 2 deletions
diff --git a/container-search/src/test/resources/config/medium/rank-profiles.cfg b/container-search/src/test/resources/config/medium/rank-profiles.cfg
index 5a609f70cef..528946cb4cd 100644
--- a/container-search/src/test/resources/config/medium/rank-profiles.cfg
+++ b/container-search/src/test/resources/config/medium/rank-profiles.cfg
@@ -26,7 +26,7 @@ rankprofile[0].fef.property[11].value "firstPhase"
rankprofile[0].fef.property[12].name "vespa.match.feature"
rankprofile[0].fef.property[12].value "attribute(t1)"
rankprofile[0].fef.property[13].name "vespa.match.feature"
-rankprofile[0].fef.property[13].value "attribute(foo1)"
+rankprofile[0].fef.property[13].value "rankingExpression(myplus)"
rankprofile[0].fef.property[14].name "vespa.match.feature"
rankprofile[0].fef.property[14].value "fieldTermMatch(title,0).occurrences"
rankprofile[0].fef.property[15].name "vespa.match.feature"
@@ -44,7 +44,7 @@ rankprofile[0].fef.property[20].value "firstPhase"
rankprofile[0].fef.property[21].name "vespa.hidden.matchfeature"
rankprofile[0].fef.property[21].value "attribute(t1)"
rankprofile[0].fef.property[22].name "vespa.hidden.matchfeature"
-rankprofile[0].fef.property[22].value "attribute(foo1)"
+rankprofile[0].fef.property[22].value "rankingExpression(myplus)"
rankprofile[0].fef.property[23].name "vespa.hidden.matchfeature"
rankprofile[0].fef.property[23].value "fieldTermMatch(title,0).occurrences"
rankprofile[0].fef.property[24].name "vespa.hidden.matchfeature"
@@ -53,3 +53,7 @@ rankprofile[0].fef.property[25].name "vespa.globalphase.rerankcount"
rankprofile[0].fef.property[25].value "42"
rankprofile[0].fef.property[26].name "vespa.type.attribute.t1"
rankprofile[0].fef.property[26].value "tensor(m{},v[3])"
+rankprofile[0].fef.property[27].name "vespa.feature.rename"
+rankprofile[0].fef.property[27].value "rankingExpression(myplus)"
+rankprofile[0].fef.property[28].name "vespa.feature.rename"
+rankprofile[0].fef.property[28].value "myplus"