aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test/apps/app-with-multiple-clusters/schemas/bax.sd
blob: 16acb447b624972359cfa0c52d9a383a9889f1d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Vespa.ai. 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
    }
  }

}