aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/vespa/model/container/search/test/queryprofilevariants/variants1.xml
blob: 846f6066b66b57284179ad75c6e73a8917fba330 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<query-profile id="variants1">
    <dimensions>x,y</dimensions>
    <field name="a">a-deflt</field>
    <query-profile for="x1,y1" inherits="variants2 wparent2">
        <field name="a">x1.y1.a</field>
        <field name="b">x1.y1.b</field>
    </query-profile>
    <query-profile for="x1">
        <field name="a">x1.y?.a</field>
    </query-profile>
    <query-profile for="*,y1">
        <field name="a">x?.y1.a</field>
        <field name="toVariants2"><ref>variants2</ref></field>
    </query-profile>    
</query-profile>