aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/indexing_extra_field_input_self.sd
blob: 36dbae214493aac7516d9a2b9a268f146f4dc60f (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 indexing_extra_field_input_self {
    document indexing_extra_field_input_self {

    }
    field foo type string {
        indexing: input foo | index
    }
}