aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/query/profile/config/test/newscase2/default.xml
blob: d4448a942ceff8a511787df67aada236a30ccf63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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="default">

    <dimensions>custid_1,custid_2,custid_3,custid_4,custid_5,custid_6</dimensions>

    <!-- Default values -->
    <field name="a.profile">usrank</field>

    <query-profile for="parent" inherits="parent" />
    <query-profile for="parent,child" >
      <field name="a.features.b">0.1</field>
    </query-profile>
</query-profile>