aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/documentidinsummary.sd
blob: b85506d4eef66d788213a93fba6cf0bfeedc1860 (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 documentidinsummary {
  document documentidinsummary {
    field a type string { }
  }
  document-summary withid {
    summary w type string { source: documentid }
  }
}