summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/streamingjuniper/streamingjuniper.sd
blob: b7fb367112a48a23d7de31e303af75636095789d (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 streamingjuniper {
  document streamingjuniper {
    field f1 type string {
      indexing: index | summary
      header
      bolding: on
    }
    field f2 type string {
      indexing: index | summary
      header
      summary: dynamic
    }
  }
}