aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/query/profile/config/test/inheritance/parent.xml
blob: e17bffc7f2793c4f35db96a36decc993c1a42031 (plain) (blame)
1
2
3
4
5
6
7
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<query-profile id="parent">
    <field name="a.b">a.b-parent</field>
    <field name="a.b.c">a.b.c-parent</field>
    <field name="d">d-parent</field>
    <field name="d.e.f">d.e.f-parent</field>
</query-profile>