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