aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/pagetemplates/engine/test/ChoiceOfTwoSourcesResult.xml
blob: 149aa297bd3468648d2a1f1c85211b120a2cf510 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<result version="1.0">

  <hit relevance="1.0" source="source2">
    <id>source2-1</id>
  </hit>

  <hit relevance="0.5" source="source2">
    <id>source2-2</id>
  </hit>

  <hit relevance="0.3333333333333333" source="source2">
    <id>source2-3</id>
  </hit>

</result>