aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/vespa/model/container/search/test/queryprofilevariants/variants2.xml
blob: a79d9fdf3f89f5b6c3bed8ef0de68efd48c6f5ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<query-profile id="variants2">
    <dimensions>x</dimensions>
    <field name="c">c-df</field>
    <query-profile for="x1">
        <field name="c">x1.c</field>
    </query-profile>
    <query-profile for="x2">
        <field name="c">x2.c</field>
    </query-profile>
</query-profile>