# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. search tensor { document tensor { field f1 type tensor { indexing: summary } field f2 type tensor { indexing: attribute } field f3 type tensor { indexing: attribute | summary } field f4 type tensor { indexing: attribute attribute: tensor(x[10],y[20]) } } }