aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/test/vespaxmlparser/test02.xml
blob: bd8f1ab30a8e9b1e7a738a8aef4818d463e664f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<!--
    NOTE: see documentmanager.cfg for document type during test
    smaller document adding just a few fields 
-->

<vespafeed>
    <document documenttype="news" documentid="id:ns:news::http://news2"> 
        <url>testUrl2</url>
        <title>testTitle2</title>
        <weightedsetint>
            <item weight="21">21</item>
            <item weight="22">22</item>
        </weightedsetint>
    </document>
    
</vespafeed>