aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/test/java/com/yahoo/document/docindoc.sd
blob: ca774778984126d8ef3a58ca286d38d5a3dd04a2 (plain) (blame)
1
2
3
4
5
6
7
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search docindoc {
  document docindoc {
    field name type string { }
    field content type string { }
  }
}