aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/pagetemplates/engine/test/ChoicesResult.xml
blob: 738e1b1baa752d969ed9b63cabc918462664f591 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?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 layout="row">
    <section id="section:box1">
      <content>
        <hit relevance="1.0" source="news">
          <id>news-1</id>
        </hit>
        <hit relevance="0.5" source="news">
          <id>news-2</id>
        </hit>
        <hit relevance="0.3333333333333333" source="news">
          <id>news-3</id>
        </hit>
      </content>
    </section>
    <section id="section:box2">
      <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>
    </section>
  </section>
  <section layout="row">
    <section id="section:box3">
      <content>
        <hit relevance="1.0" source="blog">
          <id>blog-1</id>
        </hit>
        <hit relevance="0.5" source="blog">
          <id>blog-2</id>
        </hit>
        <hit relevance="0.3333333333333333" source="blog">
          <id>blog-3</id>
        </hit>
      </content>
    </section>
    <section id="section:box4">
      <content>
        <hit relevance="1.0" source="images">
          <id>images-1</id>
        </hit>
        <hit relevance="0.5" source="images">
          <id>images-2</id>
        </hit>
        <hit relevance="0.3333333333333333" source="images">
          <id>images-3</id>
        </hit>
      </content>
    </section>
  </section>
</page>