}
TreeInsertProcess.Result treeInsertInfo = TreeInsertProcess.insertElements(clusterTree, treeElements);
if( treeInsertInfo.isTreeModified() ){
TreeOperations ops = clusterTree.getOperations();
ops.saveTree(clusterTree);
logger.info("Modified cluster tree");
}
// Update content of document
boolean documentUpdated = false;