summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/documentidinsummary.sd
blob: 39d891d402a23420677720476611cd7106a171f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2017 Yahoo Holdings. 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 }
  }
}