0

We can search a node by index via cypher query:

START n=node:index('property:val') RETURN n;

Is there a possible reverse query which we can get the index from a node id?

So if a node is retrieved via node id, how can we retrieve all indices of the particular node as well?

dcd0181
  • 1,493
  • 4
  • 29
  • 52
  • 1
    not possible sorry, what is your use-case? – Michael Hunger Sep 26 '13 at 20:35
  • @Micheal - I'd like to create a dynamic function that I can reuse which will check a relationship between two nodes by node ids. I'd like to perform the check with indices for performance... I guess I can do the same by just node id now that I think about it. – dcd0181 Sep 26 '13 at 20:40

0 Answers0