summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/query/profile/config/test/sourceprovider/provider.xml
blob: 3c36a473e9e9d87e2c1101b6e86eacad801ae74e (plain) (blame)
1
2
3
4
5
6
7
8
9
<!-- Copyright 2017 Yahoo Holdings. 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>