aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/query/profile/config/test/newscase1/default.xml
blob: b9d3d90512e452cc36702570d8b1a5e3598a7f2a (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</dimensions>

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

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