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

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