summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/invalidngram3.sd
blob: 94bf4d1a365c27ef63e0f5fe587b783284fbdde9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search invalidngram3 {

  document invalidngram3 {

    field invalid type string {
      indexing: attribute | summary
      match {
        gram
      }
    }

  }

}