# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema test { document test { struct elem { field elem_field_1_string type string {} field elem_field_2_int type int {} } field field_1_string type string { indexing: index } field field_2_struct type elem { indexing: summary struct-field elem_field_1_string { indexing: index } struct-field elem_field_2_int { indexing: attribute } } } }