aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/tests/vespaxml/test37.xml
blob: 8993dd99640b313875cd8bcb32d7f497a63937d1 (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
<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<vespafeed>
  <vespaadd idprefix="doc:crawler:">
    <document type="news" id="http://www.ntnu.no/1">
       <title>TestTitle1</title>
       <last_downloaded>100</last_downloaded>
       <weightedsetstring>
         <item>one</item>
         <item>two</item>
         <item>three</item>
         <item>four</item>
         <item>five</item>
       </weightedsetstring>
       <weightedsetint>
         <item>1</item>
         <item>2</item>
         <item>3</item>
         <item>4</item>
         <item>5</item>
       </weightedsetint>
    </document>
  </vespaadd>
</vespafeed>