-
@rutgervanwilligen Hoe los ik dit op?
```
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin…
-
How can enable indexing in gremlin-scala?
Apparently in Java gremlin there is a feature like this:
gremlin> g.createKeyIndex("my_key",Vertex.class)
omidb updated
9 years ago
-
Probably would be pretty similar to the Titan one
-
I saw this in 0.5.2, but @dalaro confirmed that it was in 0.5.3:
``` text
gremlin> [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]
==>1
==>2
==>3
==>4
==>5
==>6
==>7
==>8
==>9
==>10
==>11
==>12
==>13
==>14
==>…
-
I seem to have no option to delete the CLA myself.
I’d like to get rid of the CLA for nanoc/nanoc.ws.
-
Hello,
Via the Rexster client I think invoking an indexQuery works:
```
client.execute("g.indexQuery('myIndex', '_exists_:v.name').vertices()");
```
However, the resulting list contains String obje…
-
Hi,
How can I specify my Neo4j version, when I'm running my code I get following error, and when I enable "allow_store_upgrade=true" in neo4j property file, I will get the same error.is there any way…
omidb updated
9 years ago
-
Hi,
apologies if it's not usually good form to ask about ETA's, however, I'd really like to code my Tinkerpop (TP) interactions against Scala (mainly for its brevity), and [it has been suggested to m…
-
https://github.com/tinkerpop/tinkerpop3/issues/106
-
For sideEffects, retain/except or when a user adds vertices to a list in a sideEffect, Fulgora should replace such vertex with a detached vertex to conserve memory.
It might also makes sense to simpl…