What is your use-case for that? Relationship-indexes are supported in the legacy-indexes and can be used with cypher like this
start r=relationship:<indexname>(key="value") match (n)-[r]->(m) return n,m Legacy relationship-indexes are also available in the Java- and REST-API. Michael Am 08.01.2014 um 19:23 schrieb mina sh <[email protected]>: > Hi, > I have a dataset that the relationship has property. if I index those > property, Can I start a query with them? i mean strat a query from > relationship instead of nodes > > > -- > 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.
