aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/query/profile/config/test/validxml/someUser.xml
blob: 6404b0a1a44e0b7e24127a42e0704e4063b2517d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<!-- Copyright Vespa.ai. 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>