aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/vespa/model/container/search/test/newsbesimple/scthumbnail.xml
blob: ace848b2e4d29e31015a6962b8dd949e657ef197 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?>
<!-- Copyright Yahoo. 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>