aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/test/java/com/yahoo/document/docindoc.sd
blob: b05f8d71c899eb181c9f7d4e93c1006b219d5b6f (plain) (blame)
1
2
3
4
5
6
7
# Copyright 2017 Yahoo Holdings. 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 { }
  }
}