Hello, I am trying to get "path" from root node to leaves using Graph Query Parser. Graph Query Parser gives me all child nodes from root but not specific paths. Can someone suggest how to get that?
e.g: If i have parent to child relation as follows. A -> B,C -> D D is child of B and C and they are child of A. Expected result set: A/B/D A/C/D Resultset should have ordered list from root to leaf, like we get in hierarchical facet. Thanks, Jigar Shah.