Not sure what you're asking, perhaps this can help you. http://jexp.de/blog/2015/01/natural-language-analytics-made-simple-and-visual-with-neo4j/ <http://jexp.de/blog/2015/01/natural-language-analytics-made-simple-and-visual-with-neo4j/>
Michael > Am 24.03.2015 um 09:57 schrieb Soumya George <[email protected]>: > > i have a neo4j database with structure given below. > > root_node2->neo4j > root_node2->neo4j graph > root_node3->neo4j graph database > > and if i give a list of values which is populated dynamically like "neo4j > graph database" , i want to check for these node sequence i.e. > neo4j->graph->database , so that i want to get output as: > > neo4j graph database -> root_node3 > neo4j graph-> root_node3, root_node2 > neo4j -> root_node3, root_node2, root_node1. > > > pls help > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
