> > Hi Michael, > I do not need to know how many label can have a node. I need to know how many label i can create on the graph.
Actualy my graph use many tables and i would like to create a Label for each tables, or columns. Why i did that! Because of the lake of more precises examples ( http://docs.neo4j.org/chunked/milestone/tutorials-java-embedded-traversal.html) on the doc to create a traversal description(*) on API i discovered a possibility to exploit neo4j without any relations making pointers on nodes by properties and fetching them directly when i need. (*) i have a list of nodes with a simple relation next. (fisrt node have a relation to second node, second to third...) I would like to retrieve them and iterate on the result. -- 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.
