aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/reference_fields/ad.sd
blob: b7ead5701543f24af7f0eec97ebf1ba5444bad09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
search ad {
  document ad {
    field campaign_ref type reference<campaign> {
      indexing: attribute | summary
    }
    field other_ref type reference<campaign> {
      indexing: attribute
    }
    field yet_another_ref type reference<campaign> {
      indexing: attribute
    }
  }
  document-summary explicit_summary {
    summary yet_another_ref type reference<campaign> {}
  }
}