[Neo] Quick question on finding orphaned nodes

2010-01-16 Thread Zerony Zhao
Hi Neo4j users, Is there a shortcut to find the orphaned nodes on in graph? Currently the program uses a loop to check each nodes in the graph to find it is orphaned or not. Thanks. Zerony ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.or

Re: [Neo] Quick question on finding orphaned nodes

2010-01-16 Thread Rick Bullotta
From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Zerony Zhao Sent: Saturday, January 16, 2010 12:49 PM To: Neo user discussions Subject: [Neo] Quick question on finding orphaned nodes Hi Neo4j users, Is there a shortcut to find the orphaned nodes on in graph? Currently the

Re: [Neo] Quick question on finding orphaned nodes

2010-01-16 Thread Tim Langley
> From: user-boun...@lists.neo4j.org [mailto:user- > boun...@lists.neo4j.org] On > Behalf Of Zerony Zhao > Sent: Saturday, January 16, 2010 12:49 PM > To: Neo user discussions > Subject: [Neo] Quick question on finding orphaned nodes > > Hi Neo4j users, > > Is there a

Re: [Neo] Quick question on finding orphaned nodes

2010-01-16 Thread Rick Bullotta
. -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Tim Langley Sent: Saturday, January 16, 2010 8:04 PM To: Neo user discussions Subject: Re: [Neo] Quick question on finding orphaned nodes That would be VERY VERY useful :) if there was

Re: [Neo] Quick question on finding orphaned nodes

2010-01-16 Thread Zerony Zhao
ty of > > the > > node? > > > > If so, you could conceivably use a Lucene index on the # of > > relationships > > and quickly find all nodes with no relationships. > > > > > > -Original Message- > > From: user-boun...@lists.neo4j.org [mailto:u

Re: [Neo] Quick question on finding orphaned nodes

2010-01-17 Thread Johan Svensson
Hi Rick, On Sun, Jan 17, 2010 at 2:01 AM, Rick Bullotta wrote: > Here's a broader question: > > Does Neo maintain an in-memory list of relationships for a given node?  If > so, could the # of relationships be exposed somehow as a property of the > node? There is an in-memory list of relationship

Re: [Neo] Quick question on finding orphaned nodes

2010-01-17 Thread Rick Bullotta
January 17, 2010 9:35 AM To: Neo user discussions Subject: Re: [Neo] Quick question on finding orphaned nodes Hi Rick, On Sun, Jan 17, 2010 at 2:01 AM, Rick Bullotta wrote: > Here's a broader question: > > Does Neo maintain an in-memory list of relationships for a given node?

Re: [Neo] Quick question on finding orphaned nodes

2010-01-17 Thread Johan Svensson
17, 2010 9:35 AM > To: Neo user discussions > Subject: Re: [Neo] Quick question on finding orphaned nodes > > Hi Rick, > > On Sun, Jan 17, 2010 at 2:01 AM, Rick Bullotta > wrote: >> Here's a broader question: >> >> Does Neo maintain an in-memory list of