aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/query/profile/config/test/validxml/types/rootType.xml
blob: 6a8c190bc5f20965e89caa5fd55f3999aaa1269a (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-type id="rootType" inherits="native">

    <strict/>
    <match path="true"/>

    <field name="time" type="long" mandatory="true"/>
    <field name="user" type="query-profile:user"/>

</query-profile-type>