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