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

2009-12-11 Thread Arin Sarkissian
, Dec 10, 2009 at 8:19 PM, Arin Sarkissian a...@rspot.net wrote: 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

[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