I have nodes with properties as follows:
uid: this mongo object ID string.typeName: a regular string field.
I have created the following indexes:
create index on :Document(uid)
create index on :Document(typeName)
create index on :Document(uid, typeNa...