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