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