aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/pagetemplates/engine/test/SourceChoiceResult.xml
blob: 3bb35eb8869733c5d9ffa2c9ce1842b681e7ab96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright Yahoo. 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>