aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/query/profile/config/test/validxml/types/user.xml
blob: 817e3cf4f41771a96fc9e2de01de5d3b380ef573 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?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-type id="user">

    <field name="age" type="integer" mandatory="true" alias="alder anno"/>
    <field name="gender" type="string" alias="sex"/>
    <field name="robot" type="boolean" overridable="false"/>

</query-profile-type>