No such property: v for class

193 views
Skip to first unread message

AJ

unread,
Jul 13, 2012, 12:36:38 PM7/13/12
to gremli...@googlegroups.com
gremlin> g.idx(T.v)[[name:'DARK STAR']]
No such property: v for class: com.tinkerpop.gremlin.Tokens$T
Display stack trace? [yN]
 
 
Any idea why I could be getting the above error ?
 
Thanks !

James Thornton

unread,
Jul 13, 2012, 12:45:11 PM7/13/12
to gremli...@googlegroups.com
What version are you running? 

Try...

gremlin> g.idx('vertices')[[name:'DARK STAR']]

- James

James Thornton

unread,
Jul 13, 2012, 12:46:40 PM7/13/12
to gremli...@googlegroups.com
Actually...

gremlin> g.V('name', 'DARK STAR')

- James
Reply all
Reply to author
Forward
0 new messages