aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/validation/testjars/nomanifest/searchdefinitions/base.sd
blob: ea2848e483701a283aaf6596d6403225be6ac6de (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 base {
    document base {
        field base type string {
            indexing: summary | index
        }
    }
}