aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/query/profile/config/test/queryprofilevariants2/types/mandatory.xml
blob: 7085e1931dade3c8e7084a7a4f0bcc30e21cf99b (plain) (blame)
1
2
3
4
5
<!-- Copyright Yahoo. 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>