Description
Session#load is designed specifically to load entities that you are supposed to know are there, but we actually have no idea if it's the case or not. According to the javadoc the exception we are relying on to know if a document exist or not might not always be thrown (even if we did not actually see that happen).
For that, what we are supposed to use is Session#get.