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

  }
}