Hi i might implement a performant solution for searching a tree node, parent of a node , children of a node.
a simple idea is save the path to specific node and searching prefix/suffix... Is there a specific solution in the lucene libraries for doing it?