aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/query/profile/config/test/queryprofilevariants2/types/mandatory.xml
blob: a52aed4a741c81030e6896a9fe25942290eaa814 (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-type id="mandatory" inherits="native">
  <field name="timeout" type="string" mandatory="true"/>
  <field name="foo" type="integer" mandatory="true"/>
</query-profile-type>