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

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