summaryrefslogtreecommitdiffstats
path: root/sample-apps/boolean-search/src/test/resources/adsdata.xml
blob: e4c23ae983a782bedd37a2819f3d6235443273cd (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
<?xml version="1.0" encoding="utf-8"?>
<vespafeed>

    <document type="ad" documentid="id:sampleapp:ad::http://example.com/sled">
        <title>ACME Rocket Sled</title>
        <target>name in ['Wile E. Coyote'] or age in [14..25]</target>
    </document>

    <document type="ad" documentid="id:sampleapp:ad::http://example.com/boulder">
        <title>ACME Dehydrated Boulders</title>
        <target>name in ['Wile E. Coyote'] or age in [10..20]</target>
    </document>

    <document type="ad" documentid="id:sampleapp:ad::http://example.com/tornado">
        <title>ACME Do-It Yourself Tornado Kit</title>
        <target>name in ['Wile E. Coyote'] or age in [20..40]</target>
    </document>

    <document type="ad" documentid="id:sampleapp:ad::http://example.com/seed">
        <title>Bird seeds</title>
        <target>name in ['Road Runner']</target>
    </document>

</vespafeed>