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