aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/search/data/v2/inherited_rankprofiles/schemas/right.sd
blob: 1cf0dab30280107dff1f69610b3384d967977062 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search right {
        document right {
                field fright type string    {
                        indexing: summary | index
                }
        }
}