CloseableTransaction txn = transactionService.beginCloseableTransaction(session)) {
extDataService.dumpBranchAsJson(session,
writer,
indexName.getSchemaName(),
indexName.getTableName(),
builder.scanOperator(query, realLimit),
fullTextService.searchRowType(session, indexName),
realDepth,
false,
options);
txn.commit();