final Map<String, List<TypeInfo>> typeInfoTypeMap = new LinkedHashMap<>();
final List<TypeInfo> reducedTypeInfos = new LinkedList<>();
final List<TypeInfo> typeInfos = new LinkedList<>();
// second step: analyze schema of newly created nodes, skip existing ones (structr & spatial)
try (final Tx tx = app.tx()) {
// register transaction post process that rebuilds the index after successful creation
TransactionCommand.postProcess("reloadschema", new ReloadSchema());
// analyze nodes