aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test/apps/app-with-multiple-clusters/schemas/bar.sd
blob: 3d1cc120e1d6a2873b67f0b674fc8322eafc7634 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search bar {

  field zoo type string {
    indexing: input moo | index | summary
  }

  document bar {
    field moo type string {
      indexing: summary | attribute
    }
  }

}