aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/query/profile/config/test/validxml/someUser.xml
blob: 9dd59a2edcacd40747f4556e7ef2370912da5dcb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->

<query-profile id="someUser" type="user">
    <dimensions>x</dimensions>
    <field name="age">18</field>
    <field name="sub.test">5</field>
    <query-profile for="x1">
        <field name="age">37</field>
        <field name="gender">male</field>
    </query-profile>
</query-profile>