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

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