aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/query/profile/config/test/queryprofilevariants2/default.xml
blob: 5295898f85c47ad445db5ad4cbabfc6452fbcf49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<query-profile id="default">
    <field name="hits">5</field>
    <field name="model.defaultIndex">%{subst}%{subst.end}</field>
    <field name="ranking.profile">production1</field>
    <field name="ranking.features.query(scorelimit)">-20</field>
    <field name="ranking.properties.dotProduct.X">(a:1,b:2)</field>
    <field name="subst">tit</field>
    <field name="subst.end">le</field>
</query-profile>