Hi, Can you try and see if regular expressions works in this method.
if not then you can write Cypher Query using regular expression and execute it with Java API's. Thanks, Sumit On Friday, 8 May 2015 01:46:09 UTC+5:30, Howard Lander wrote: > > Hi all > > I've got kind of a funny question about the java API. I know about > the findNodesByLabelAndProperty method of the GraphDatabaseService, but > that method requires a value. In my case, I only want to know if there are > 1 or more nodes in the network with a given label and property, I don't > know or care about the values. Is there some relatively easy way of doing > this? > > Thanks > Howard > -- 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.
