aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/invalidselfreferringsummary.sd
blob: 3ee4d2c457e9ae9463a6608dd7ae832652137ba6 (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 type string { source: w }
  }
}