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

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

}