aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test/apps/app-with-multiple-clusters/schemas/bar.sd
blob: 913ad467fdbb0cb0187c2df37d5e1e1cd5ac6460 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright Yahoo. 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
    }
  }

}