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