aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/query/profile/config/test/inheritance/parent.xml
blob: 565e9da9d91180440a83f89bd7a2b3572f0374e2 (plain) (blame)
1
2
3
4
5
6
7
<!-- Copyright Yahoo. 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>