aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/src/test/files/feedhandler/test_bogus_docid_first.xml
blob: 3ae470abbae9e390f3fd307c3ebde8a88b542c3b (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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<vespafeed>
    <document documenttype="news" documentid="foobar:news:http://news12">
        <url>testUrl2</url>
    </document>

    <document documenttype="news" documentid="id:ns:news::http://news10a">
        <url>testUrl</url>
        <title>testTitle</title>
        <last_downloaded>1</last_downloaded>
        <value_long>2</value_long>
        <value_content>testValueContent</value_content>
        <stringarr>
            <item>stringarrItem1</item>
            <item>stringarrItem2</item>
        </stringarr>
        <intarr>
            <item>3</item>
            <item>4</item>
        </intarr>
        <longarr>
            <item>5</item>
            <item>6</item>
        </longarr>
        <bytearr>
            <item>7</item>
            <item>8</item>
        </bytearr>
        <floatarr>
            <item>9</item>
            <item>10</item>
        </floatarr>
        <weightedsetint>
            <item weight="11">11</item>
            <item weight="12">12</item>
        </weightedsetint>
        <weightedsetstring>
            <item weight="13">string13</item>
            <item weight="14">string14</item>
        </weightedsetstring>
    </document>
</vespafeed>