summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/tensor2/second.sd
blob: ace0540c8bd0e233e01f553a5f1d144ad2dbbfeb (plain) (blame)
1
2
3
4
5
6
7
search second {
  document second {
    field second_field type tensor(second[10]) {
      indexing: summary | attribute
    }
  }
}