aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/query/profile/config/test/variants/inherited.xml
blob: 3b3b7c30d04f1df2447f87691971b7658718713a (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="inherited">
    <dimensions>d2</dimensions>

    <field name="c">a.b.c-value</field>

    <query-profile for="d2v">
        <field name="c" overridable="false">a.b.c-variant-value</field>
    </query-profile>

</query-profile>