No label support in gremlin unfortunately.

you can do 
g.getRawGraph().getNodeByLabelAndProperty(DynamicLabel.label("foo"),"bar")


Am 16.01.2014 um 22:57 schrieb Javad Karabi <[email protected]>:

> how do i find a node by label and property/value, in gremlin? 
> 
> -- 
> 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/groups/opt_out.

-- 
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/groups/opt_out.

Reply via email to