aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/processing/boldnonstring.sd
blob: a5b515cad8ef799d7ab2277bd5b6c8b32cf1bbd1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search boldnonstring {
    document boldnonstring {
        field title type string {
            indexing: summary | index
            # index-to: title, default
        }

        field year4 type int {
            indexing: summary | attribute
            bolding: on
        }
    }
}