aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/tensor2/first.sd
blob: 900cf51517657022a6f3504378da26dcd9a1bc86 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
schema first {
  document first {
    field first_field type tensor(first[10]) {
      indexing: summary | attribute
    }
  }
}