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