# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema bar { document bar { field bpref type reference { indexing: attribute } field bartitle type string { indexing: attribute } } import field bpref.x as barsximp {} document-summary other { summary bartitle type string {} summary barsximp type int {} } }