summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/pagetemplates/engine/test/SourceChoiceResult.xml
blob: c9e0909a47669588186c66a7aedbfedb9588d4f7 (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. -->
<page version="1.0">

  <content>
    <hit relevance="1.0" source="web">
      <id>web-1</id>
    </hit>
    <hit relevance="0.5" source="web">
      <id>web-2</id>
    </hit>
    <hit relevance="0.3333333333333333" source="web">
      <id>web-3</id>
    </hit>
  </content>

</page>