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