aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/query/profile/config/test/variants/inherited.xml
blob: 4f5b681655dfeb8884912df3ded39816f16a299e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<!-- Copyright Yahoo. 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>