aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/pagetemplates/engine/test/ChoiceOfSubsectionsResult.xml
blob: 33702cdcda49d6578924bef4b0c6b38cee6395f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?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">
  <section>
    <content>
      <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>
    </content>
  </section>
  <section>
    <content>
      <hit relevance="1.0" source="source4">
        <id>source4-1</id>
      </hit>
      <hit relevance="0.5" source="source4">
        <id>source4-2</id>
      </hit>
      <hit relevance="0.3333333333333333" source="source4">
        <id>source4-3</id>
      </hit>
    </content>
  </section>
</page>