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

  <section layout="row">
    <section id="section:box1">
      <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>
    </section>
    <section id="section:box2">
      <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>
    </section>
  </section>

  <section layout="row">
    <section id="section:box3">
      <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>
    </section>
    <section id="section:box4">
      <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>
    </section>
  </section>

</result>