summaryrefslogtreecommitdiffstats
path: root/sample-apps/boolean-search/adsdata.xml
blob: e5992a9b1a0ca76525380820ee94b7b5e479626b (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
25
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<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>