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