*/
dropMovedAliasIndices( oldDn );
// Update the Rdn index
// First drop the old entry
ParentIdAndRdn movedEntry = rdnIdx.reverseLookup( entryId );
updateRdnIdx( oldParentId, REMOVE_CHILD, movedEntry.getNbDescendants() );
rdnIdx.drop( entryId );
// Now, add the new entry at the right position
movedEntry.setParentId( newParentId );
rdnIdx.add( movedEntry, entryId );
updateRdnIdx( newParentId, ADD_CHILD, movedEntry.getNbDescendants() );
/*
* Read Alias Index Tuples
*
* If this is a name change due to a move operation then the one and