summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/invalidselfreferringsummary.sd
blob: 154b4742b8d143124f56e148f3e6a9ef763145fe (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search invalidselfreferringsummary {
  document invalidselfreferringsummary {
    field a type string { }
  }
  document-summary withid {
    summary w type string { source: w }
  }
}