aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/query/profile/config/test/systemtest/default.xml
blob: 82be2060e1ac4f9f85a09fb6152d259dc168345e (plain) (blame)
1
2
3
4
5
6
7
8
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<query-profile id="default">
    <field name="foo">bar</field>
    <field name="hits">5</field>
    <field name="model.defaultIndex">%{subst}%{subst.end}</field>
    <field name="subst">tit</field>
    <field name="subst.end">le</field>
</query-profile>