# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. search implicitstructtypes { document implicitstructtypes { field doc_str type string { indexing: index | summary summary doc_str_sum: full } field doc_uri type uri { indexing: index | summary } } document-summary docsum { summary docsum_str type string { source: doc_str_sum } } }