aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/pagetemplates/engine/test/SourceChoiceResult.xml
blob: c32b986afe933e62a8a57f26987ab565c8e24db9 (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 Vespa.ai. 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>