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