aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/nextgen/toggleon.sd
blob: 5d58dda34f6d51b65c425a486b2e59bbe8141160 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Vespa.ai. 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
        }
    }
}