summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/pagetemplates/engine/test/ChoiceOfTwoSourcesResult.xml
blob: 35d913fd9fa5fcdf62051ec4ba70ec6c7a9c693d (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 2016 Yahoo Inc. 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>