aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/configmodel/types/type_with_doc_field.sd
blob: 79aa3495b586acd33c60616cfc89b42fe9ec5bba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright 2016 Yahoo Inc. 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 {
    }

  }
}