summaryrefslogtreecommitdiffstats
path: root/document/src/tests/vespaxml/test42.xml
blob: da3e94410df926d2c307027b4ddae6e1a5486cc3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!-- Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<vespafeed>
    <update documenttype="news" documentid="doc:crawler:http://www.ntnu.no/">
        <assign field="weightedsetstring">
	    <item weight="1">First</item>
            <item weight="2">Second</item>
        </assign>
        <add field="weightedsetstring">
            <item weight="3">Third</item>
            <item weight="4">Fourth</item>
        </add>
        <remove field="weightedsetstring">
            <item>Fifth</item>
	    <item>Sixth</item>
	</remove>
        <assign field="weightedsetint">
	    <item weight="1">100</item>
            <item weight="2">200</item>
        </assign>
        <assign field="weightedsetint"></assign>
    </update>
</vespafeed>