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