aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/stemmingdefault.sd
blob: 14ce204eef47d7264cfd39cba7bc25f23795343f (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 stemmingdefault {
    document stemmingdefault {
        field my_str type string {

        }
    }
}