Am 14.01.2014 um 21:45 schrieb Javad Karabi <[email protected]>:
> i see that there is findNodesByLabelAndProperty, but is there a function that > returns nodes which match by label and multiple properties? no, use the property that is indexed (and most limiting) and then check the others > > also, is there a function that i can update a nodes attributes in one go, as > opposed to one by one setting setProperty? no unfortunately not What is your use-case for using the embedded Java API? > > thank you > > -- > 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.
