Tom: did you by chance upgrade from 2.0M06 ? Then you have to do a manual update procedure. http://blog.neo4j.org/2013/11/neo4j-200-rc1-final-preparations.html
Did you create any indexes? Can you add a ?profile=true to the endpoint to show the profile Michael Am 04.03.2014 um 02:54 schrieb Tom Zeppenfeldt <[email protected]>: > This query to http://mydomain.com:7474/db/data/cypher > > { > "query" : "match (t:Term {name:{term}})<-[:BT]-(p:Term) return p", > "params" : { > "term" : "document" > } > } > > returns the expected nodes > > however this query, just leaving out the specification of the label of p: > > { > "query" : "match (t:Term {name:{term}})<-[:BT]-(p) return p", > "params" : { > "term" : "document" > } > } > > returns nothing, which I didn't expect. Did I miss something? > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
