89c3e04a36
Resolve can be called even when the indices are not ready. In such cases the `IndexNotReadyException` can be intentionally ignored by the platform code To make our code play nice with the platform, from now on we do not wrap `IndexNotReadyException` into another exception - instead we just let it fly and be ignored by the platform. If the platform doesn't choose to ignore it, then it will be showed as an error as usual