[Neo4j] Index search with more than one key

2010-08-25 Thread Honnur Vorvoi
Hello, Is there a way we can search nodes based on more than one property key? For ex: Node1: type=value1, key1=value2 node2: type=value1, key1=value21 node3: type=value2 key1=value2 node4: type=value1 key1=value21 key2=value4 Let's say type key1 properties are indexed Any suggestions on how

Re: [Neo4j] TransportDublin Route Planner Github Project

2010-08-25 Thread Paddy
Hi Mike, I cced you to the neo4j list, I enjoyed the talk you gave at the nosql summer Vancouver about running CouchDb in the cloud at www.Coudant.com. More info about couchdb: https://nosqleast.com/2009/#speaker/https://nosqleast.com/2009/#speaker/miller miller

Re: [Neo4j] Multiple connections

2010-08-25 Thread Peter Neubauer
Ilja, the RMI is slow is aiming at the network overhead of running RMI compared to the embedded use of Neo4j. I am not sure there is any benchmarks on that, but we could certainly add them, together with REST performance tests. However, REST benchmarks are a bit tricky to do as they both reflect

[Neo4j] Neo4j.py fulltext indexing

2010-08-25 Thread Michael Huffman
Hi, I see that fulltext indexing is not implemented on neo4j.py. Are there any other options for dealing with this limitation until it is implemented? Any recommendations would be very appreciated. ___ Neo4j mailing list User@lists.neo4j.org