aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/configmodel/types/type_with_doc_field.sd
blob: 1d09a612e92f7400e48685294bb831e46008e9ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search types {

  document types {

    field doc_field type other_doc {
    }

  }
}