aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/streamingjuniper/streamingjuniper.sd
blob: 392911d4b3402157f533f6dd50e44bc6168c6f95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
schema streamingjuniper {
  document streamingjuniper {
    field f1 type string {
      indexing: index | summary
      bolding: on
    }
    field f2 type string {
      indexing: index | summary
      summary: dynamic
    }
  }
}