aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/test/vespaxmlparser/test08.xml
blob: fc749cdc0c8489737bb46724c354d21725613987 (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
<?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. -->

<!-- 
    NOTE: see documentmanager.cfg for document type during test
    
    - Different types of remove
    - All are valid
    
-->

<vespafeed>
    <update documenttype="news" documentid="id:ns:news::http://news8a"> 
        <remove field="stringarr">
            <item>removeString1</item>
            <item>removeString2</item>
        </remove>
        <remove field="weightedsetint">
            <item>4</item>
            <item>5</item>
        </remove>
    </update>
</vespafeed>