aboutsummaryrefslogtreecommitdiffstats
path: root/docproc/src/test/java/com/yahoo/docproc/util/docindoc.sd
blob: 8b6acd71f47034b2f996b4bebe085ec448461c0c (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 { header }
    field content type string { body }
  }
}