Open jCalamari opened 7 years ago
I have the same issue here, any idea when Composite index will be supported?
I have encountered the same problem when running using an in-memory database. However, the composite index seems to work (with some caveats #126) when running against a remote database. (
Hello guys,
thank you for great work on integrating Gremlin with OrientDB! Any ideas when orientdb-gremlin will support Composite index query?
Give a composite index:
CREATE INDEX simple_composit_index ON Edge (from, to) UNIQUE
Following query failes:
graph.E.hasLabel("Edge").has(Key[String]("from"), fromValue).has(Key[String]("to"), toValue)
With message:
Stacktrace: