mobile mail please excuse brevity and typos

Am 04.08.2011 um 01:44 schrieb dhsieh <dhsie...@yahoo.com>:

> Thanks, the 2 Cypher queries you provided work now. In your sample
> 
> (1) You put "start x = (*node_auto_index *, name, ...". However, in my
> neo4j.property it has "*node_auto_indexing*=true". They don't really match
> literally, do they?

thats the fixed name for the auto index

> (2) Is there a way in Cypher to select all property values as in SQL "select
> *** from ..." rather than literally specifying every property in the return
> list, e.g., return zionist.*name*?

you can return the node directly
and get the props from it
otherwise a node is no table and can have different number of props

> (2) How does one return node/edge id from Cypher?
> 

return the node or rel and get the id from the object
we'll probably add that later

> --
> View this message in context: 
> http://neo4j-community-discussions.438527.n3.nabble.com/How-to-run-webadmin-for-high-availability-neo4j-custer-tp3216706p3223908.html
> Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to