Hello to all!
Let say I know all of the nodes and relationships (its IDs) where I want to search for a pattern (for example triangle). Can I define a cypher query with MATCH clause, that will find a triangle (or any graph pattern) between those defined relationships and nodes? The problem in general would be to execute a cypher query on a subgraph that I define (by naming all of nodes and relationships IDs). So I am looking for something like: MATCH any_graph_pattern IN (node_id_4, node_id_3, … , relationship_id_1, …) If there is such a way to express this with Cypher, is the execution of the query going to be fast - if the subgraph (bunch of nodes and relationships) where I am looking for the graph pattern is going to be small enough? Thanks for any reply! -- 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.
