aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/vespa/model/container/search/test/newsbesimple/scthumbnail.xml
blob: 878f516451cab4b0bf5d0bf1e6fc29713d5db7dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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 id="scthumbnail">
    <dimensions>custid_1,custid_2,custid_3,custid_4,custid_5,custid_6</dimensions>

    <field name="debug.query.profile.file.scthumbnail.xml"/>
    <field name="scthumbnail.activate" overridable="true">true</field>

    <!-- Set the source country used for the thumb query, default US -->
    <query-profile for="yahoo,uk,sc">
	    <field name="scthumbnail.sourcecountry">uk</field>
	</query-profile>
</query-profile>