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

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

}