aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/fieldoftypedocument.sd
blob: 7be6bca36a08f76eac6113b2e79c01f6eb993a00 (plain) (blame)
1
2
3
4
5
6
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search book {
  document book {
    field soundtrack type music {}
  }
}