# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema chunk { document chunk { field content type string { indexing: summary | index match { gram gram-size: 3 } } } document-summary content-summary inherits default { summary content_dynamic { source: content dynamic } } }