aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/indexing_extra_field_input_implicit.sd
blob: d117e90e897c2422bc0a3810e1472eb8e0f698b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search indexing_extra_field_input_implicit {
    document indexing_extra_field_input_implicit {

    }
    field foo type string {
        indexing: index
    }
}