Simple select seems to return nothing

Post the explain. Sample document.

The query is not valid (uv_DIST.EMAIL is not valid ) you should have got error.

From clause needs to be IDENTIFIER (bucket name)
Equivalent query is

SELECT EMAIL.* from uv_DIST WHERE EMAIL.id = “000000000”