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