summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/search/data/v2/inherited_rankprofiles/searchdefinitions/left.sd
blob: ebb0a8e46317670a043bc3894edcddcf0bba7128 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search left {
        document left {
                field fleft type string    {
                        indexing: summary | index
                }
        }

        rank-profile base inherits default {
            first-phase {
                expression: fleft
            }
        }
}