summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/indexing_invalid_expression.sd
blob: 406ca280b8d11f201e0e8a1f4f8e3493bcbce5bf (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_invalid_expression {
    document indexing_invalid_expression {
        field product type string {
            indexing: input product | summary product | foo | index product
        }
    }
}