# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. search prefetch { document prefetch { field singlebyte type byte { indexing: attribute } field multibyte type array { indexing: attribute } field wsbyte type weightedset { indexing: attribute } field singleint type int { indexing: attribute } field multiint type array { indexing: attribute } field wsint type weightedset { indexing: attribute } field singlelong type long { indexing: attribute } field multilong type array { indexing: attribute } field wslong type weightedset { indexing: attribute } field singlefloat type float { indexing: attribute } field multifloat type array { indexing: attribute } field wsfloat type weightedset { indexing: attribute } field singledouble type double { indexing: attribute } field multidouble type array { indexing: attribute } field wsdouble type weightedset { indexing: attribute } field singlestring type string { indexing: attribute match { token } } field multistring type array { indexing: attribute match { token } } field wsstring type weightedset { indexing: attribute match { token } } } }