summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/tensor2/second.sd
blob: a347d511d80fffc8e9ea31342e51b4b8ca865de4 (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.
search second {
  document second {
    field second_field type tensor(second[10]) {
      indexing: summary | attribute
    }
  }
}