# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. search outsidesummary { document-summary other { summary sa { dynamic source: a } summary sa2 { full source: a } summary a { } } document outsidesummary { field a type string { indexing: summary } field b type string { indexing: summary summary-to: default, other summary { dynamic } } field c type string { indexing: summary summary { dynamic to: other, default } } } }