Re: [Neo] SingleValueIndex & org.neo4j.api.core.NotFoundException: More than one relationship

2009-12-11 Thread Arin Sarkissian
n_Guide#Organizing_your_Nodespace > for more information. > > You do not have to wrap the creation of the index in a transaction > since it has access to the NeoService and can create a transaction if > needed. > > Regards, > -Johan > > On Thu, Dec 10, 2009 at 8:19 PM, Arin Sar

Re: [Neo] SingleValueIndex & org.neo4j.api.core.NotFoundException: More than one relationship

2009-12-11 Thread Arin Sarkissian
and can create a transaction if > needed. > > Regards, > -Johan > > On Thu, Dec 10, 2009 at 8:19 PM, Arin Sarkissian wrote: >> Hey guys, >> >> I'm pretty new to Neo4j, especially the indexing stuff. >> >> Here's my situation. I want to be abl

[Neo] SingleValueIndex & org.neo4j.api.core.NotFoundException: More than one relationship

2009-12-10 Thread Arin Sarkissian
Hey guys, I'm pretty new to Neo4j, especially the indexing stuff. Here's my situation. I want to be able to get nodes via one of their properties; in this case let's say the Nodes represent a user & I want to be able to grab a User's node via their username. So, my initial attempt may be naive (