summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/nextgen/toggleon.sd
blob: b169bb66c53d74df702d092c89ab4295476e296b (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 toggleon {
    document toggleon {
        field foo type int {
            indexing: index
        }
    }
}