Closed jordi-chacon closed 9 years ago
That's because TinkerPop is evolving rapidly and Titan will always be a bit behind until TP3 GA comes out. We are currently working on getting Titan up to speed with TP3 M8 which will resolve this.
Hi! Is there a timeline for that? Thanks
@zifnab87 Titan 1.0 is already released:
https://github.com/thinkaurelius/titan/wiki/Downloads#titan-100
@spmallette Thanks! I meant the hasLabel(). I don't see it in the currently provided TinkerPop API..
it's there - see the first code example here:
http://tinkerpop.incubator.apache.org/docs/3.0.1-incubating/#has-step
Hi,
I am using 0.9.0-M1 and running Titan Console against a local BerkeleyDB instance.
I have a bunch of nodes in my graph:
I would like to get the list of all vertices with label 'user':
According to the TinkerPop3 documentation, this should work and there are actually many examples with exactly that statement. Why am I getting this exception?
Thanks a lot!