aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/prelude/templates/test/tilingexample.xml
blob: ea5d56d2b31b7508b9e4ae3bb13924c3c8a96921 (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
61
62
63
64
65
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<result version="1.0">

  <section id="section:center" region="center">
    <group type="navigation" relevance="1.0"></group>
    <group type="ads" relevance="0.9">
      <hit type="ad" relevance="0.7">
        <id>http://www.hotels.com/</id>
        <title>Cheap <hi>hotels</hi></title>
        <body>Low Rates Guaranteed. Call a <hi>Hotel</hi> Expert.</body>
      </hit>
      <hit type="ad" relevance="0.6">
        <id>http://www.expedia.com/</id>
        <title>Cheap <hi>hotels</hi> at Expedia</title>
        <body>Expedia Special Rates Means We Guarantee Our Low Rates on Rooms.</body>
      </hit>
    </group>
    <group type="hits" relevance="0.8">
      <hit type="hit.collapsed" relevance="0.8">
        <id>www.hotels.com</id>
        <title>Hotels.com | Cheap Hotels | Discount Hotel Rooms | Motels | Lodging</title>
        <body>Hotels.com helps you find great rates on hotels and discount <hi>hotel</hi> packages.</body>
      </hit>
      <hit type="hit" relevance="0.7">
        <id>www.indigohotels.com</id>
        <title>Hotel Indigo Hotels United States - Official Web Site</title>
        <body>Make Hotel Indigo online hotel reservations and book your hotel rooms today.</body>
      </hit>
      <hit type="hit" relevance="0.6">
        <id>www.all-hotels.com</id>
        <title>All hotels</title>
        <body>Online hotel directory and reservations.</body>
      </hit>
    </group>
    <group type="ads" relevance="0.7">
      <hit type="ad" relevance="1.0">
        <id>www.daysinn.com</id>
        <title>Days Inn Special Deal</title>
        <body>Buy now and Save 15% Off Our Best Available Rate with Days Inn.</body>
      </hit>
      <hit type="ad" relevance="0.9">
        <id>http://www.expedia.com/</id>
        <title>Cheap <hi>hotels</hi> at Expedia</title>
        <body>Expedia Special Rates Means We Guarantee Our Low Rates on Rooms.</body>
      </hit>
    </group>
  </section>

  <section id="section:right" region="right">
    <group type="ads" relevance="0.7">
      <hit type="ad" relevance="1.0">
        <id>www.daysinn.com</id>
        <title>Days Inn Special Deal</title>
        <body>Buy now and Save 15% Off Our Best Available Rate with Days Inn.</body>
      </hit>
      <hit type="ad" relevance="0.9">
        <id>www.holidayinn.com</id>
        <title>Holiday Inn: Official Site</title>
        <body>Book with Holiday Inn. Free Internet. Kids eat free.</body>
      </hit>
    </group>
  </section>

</result>