summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/search/data/v2/inherited_rankprofiles/schemas/base.sd
blob: 22944f6199703d86fbffaf41b3d68d08261e65c1 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search base {
        document base {
                field fbase type string    {
                        indexing: summary | index
                }
        }
}