aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/tensor2/first.sd
blob: cdf623417a271a4857ef3d98500d98aa2ce8f72d (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Vespa.ai. 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
    }
  }
}