for (let type in indexMapping) {
            yield at(esClient.indices.putMapping({
                index: to,
                type: type,
                body: indexMapping[type]