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