[Neo4j] Index search with more than one key
Honnur Vorvoi
vhonnur at yahoo.com
Wed Aug 25 10:11:01 CEST 2010
Hello,
Is there a way we can search nodes based on more than one property key?
For ex:
Node1:
type=value1,
key1=value2
node2:
type=value1,
key1=value21
node3:
type=value2
key1=value2
node4:
type=value1
key1=value21
key2=value4
Let's say type & key1 properties are indexed
Any suggestions on how we can get all nodes with type=value1 AND key1=value21 in one call.
TIA
More information about the User
mailing list