aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/query/profile/config/test/sourceprovider/provider.xml
blob: 79e8d9d006e7b5464c11b85a1f326e7f0b3fd37a (plain) (blame)
1
2
3
4
5
6
7
8
9
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<query-profile id="provider" >
	<dimensions>source.common.mode</dimensions>
	<field name="provider">yst</field>
	<query-profile for="adv">
		<field name="provider">news</field>
	</query-profile>
	<field name="dummy">test</field>
</query-profile>