aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/test/java/com/yahoo/document/outerdoc.sd
blob: 36bd33de4c3004aecfe99249c7ee7bf039d04a5a (plain) (blame)
1
2
3
4
5
6
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search outerdoc {
  document outerdoc {
    field innerdocuments type array<docindoc> { }
  }
}