aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/converter/other.sd
blob: 08ed2a0347ac74ec12b5d8e65d8671bb3709f6c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search other {

  document other {

    field c type tensor(d[512]) {
       indexing: attribute
    }

    field d type tensor<float>(cat{},x[13]) {
       indexing: attribute
    }

  }

}