summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/implicitsummaryfields.sd
blob: ff7d1ca5b12c2bd47e2deeb694c7e470f5a3b98f (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search implicitsummaryfields {
    document implicitsummaryfields {
        field foo type string {
            indexing: index
        }
    }
}