{broker.getIndexController().reindex(transaction, reindexRoot, StreamListener.STORE);}
} catch (final EXistException e) {
LOG.warn("Exception while inserting node: " + e.getMessage(), e);
} finally {
if (broker != null)
broker.release();
}
return oldNode;
}
public void removeAppendAttributes(Txn transaction, NodeList removeList, NodeList appendList) {