# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. search indexing_extra { document indexing_extra { field my_index type string { indexing: index | summary } field my_input type string { } } field my_extra type string { indexing: input my_input | index | summary } }