aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/streamingjuniper/streamingjuniper.sd
blob: 93982152e9683d8ce7b42ac40531e3ddb9cb055b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright Vespa.ai. 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
    }
  }
}