aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/query/profile/config/test/systemtest/default.xml
blob: 88042dc67c69654c168e39d18282de154ccd61ef (plain) (blame)
1
2
3
4
5
6
7
8
<!-- Copyright Yahoo. 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>