summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/validation/document_references_validation/searchdefinitions/ad.sd
blob: 608c04594b5b3b3f8d32f0d49ffb7ccf1fe65ea9 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2017 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search ad {
  document ad {
    field campaign_ref type reference<campaign> {
      indexing: attribute | summary
    }
  }
  import field campaign_ref.budget as my_budget {}
}