Date
1 - 4 of 4
how to create index using gremlin scala
yair...@...
I am using gremlin scala and I can't seem to find the management API so I can create indexes. Any pointers? |
|
HadoopMarc <marc.d...@...>
The janusgraph management API is not part of Tinkerpop, and thus not of gremlin-scala. So, you can just use the janusgraph java API within scala. Hope this helps, Marc Op dinsdag 5 september 2017 13:10:51 UTC+2 schreef ya...@...:
|
|
yair...@...
I suspect that, but I couldn't see how I get to the janusgraph api from the ScalaGraph. This is my code:
so from graph instance above - can I get to the java API? On Tuesday, September 5, 2017 at 5:11:34 PM UTC+3, HadoopMarc wrote:
|
|
yair...@...
OK. I got it.
This works:
Thanks. |
|