summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/indexing_extra_field_input_implicit.sd
blob: c36ffca6e22576cd5878d9f486aa8d189a237e73 (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 indexing_extra_field_input_implicit {
    document indexing_extra_field_input_implicit {

    }
    field foo type string {
        indexing: index
    }
}