aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/invalidselfreferringsummary.sd
blob: 6a2f278ad1d1cee2fe4a72f20b1d80398aedf7e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Vespa.ai. 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 { source: w }
  }
}