# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema test { document test { field mse4 type map { indexing: summary struct-field key { indexing: index match { exact exact-terminator: "@mse4_key@" } } struct-field value.sf1s { indexing: index match { exact exact-terminator: "@mse4_value_sf1s@" } } struct-field value.sf2i { indexing: attribute } } struct elem { field sf1s type string {} field sf2i type int {} } } }