nebula
nebula copied to clipboard
some data can only be queried by vid, not by index
no result:
match (n:BaseNode) where n.BaseNode.uid =='80501bf7-7813-4df9-879c-0f79ce84fd77' return n
normal result:
match (n:BaseNode) where id(n) =='BaseNode_80501bf7-7813-4df9-879c-0f79ce84fd77' return n
index data can only be written when being inserted(with index created) or with index rebuild.
I guess some of data was inserted before index being created?
If so, just rebuild the index, it's an async job, when the job is finished, give another try.