summaryrefslogtreecommitdiffstats
path: root/document/src/tests/vespaxml/test36.xml
blob: bfd4547b6c82ef442882cf7961768d8a07661b68 (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
<!-- 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>
       <stringarr>
         <item>one</item>
         <item>two</item>
         <item>three</item>
         <item>four</item>
         <item>five</item>
       </stringarr>
       <intarr>
         <item>1</item>
         <item>2</item>
         <item>3</item>
         <item>4</item>
         <item>5</item>
       </intarr>
    </document>
    <document type="news" id="http://www.ntnu.no/2">
       <title>TestTitle2</title>
       <intarr>
         <item>o1</item>
       </intarr>
    </document>
    <document type="news" id="http://www.ntnu.no/3">
       <title>TestTitle3</title>
       <intarr>
         <tem>1</tem>
       </intarr>
    </document>
    <document type="news" id="http://www.ntnu.no/4">
       <title>TestTitle4</title>
       <intarr></intarr>
    </document>
    <document type="news" id="http://www.ntnu.no/5">
       <title>TestTitle5</title>
       <intarr>1</intarr>
    </document>
  </vespaadd>
</vespafeed>