aboutsummaryrefslogtreecommitdiffstats
path: root/sample-apps/boolean-search/adsdata.xml
blob: 70c7519d902896cb90fe068e7c9f1a8c211f41c6 (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>