[Neo4j] Number of properties on a PropertyContainer

2011-07-22 Thread Niels Hoogeveen
Last night while working on some enhancements on the Neo4J API, I set up a method to lookup the name of a relationship, to facilitate the creation of associated nodes. The method I use, is to create a node (which can be found through the reference node) and on this node create a property for

Re: [Neo4j] Number of properties on a PropertyContainer

2011-07-22 Thread Rick Bullotta
[pd_aficion...@hotmail.com] Sent: Friday, July 22, 2011 8:21 AM To: user@lists.neo4j.org Subject: [Neo4j] Number of properties on a PropertyContainer Last night while working on some enhancements on the Neo4J API, I set up a method to lookup the name of a relationship, to facilitate the creation

Re: [Neo4j] Number of properties on a PropertyContainer

2011-07-22 Thread Niels Hoogeveen
This certainly can be done with a Lucene lookup, I am just not so sure if the lookup is actually faster. From: rick.bullo...@thingworx.com To: user@lists.neo4j.org Date: Fri, 22 Jul 2011 05:41:09 -0700 Subject: Re: [Neo4j] Number of properties on a PropertyContainer That's a perfect use

Re: [Neo4j] Number of properties on a PropertyContainer

2011-07-22 Thread Mattias Persson
with a Lucene lookup, I am just not so sure if the lookup is actually faster. From: rick.bullo...@thingworx.com To: user@lists.neo4j.org Date: Fri, 22 Jul 2011 05:41:09 -0700 Subject: Re: [Neo4j] Number of properties on a PropertyContainer That's a perfect use case for a super trivial Lucene index