OrientDB 3.x - orientdb-gremlin - 顶点索引查找

时间:2017-10-08 11:33:41

标签: orientdb gremlin tinkerpop3

在遍历中使用先前创建的顶点索引的正确方法是什么?

我想找到具有特定键/值的顶点。因此,我在特定的顶点类上创建了一个唯一的索引。

我的遍历有效,但我感觉索引没有被利用(我检查了呼叫树)

  

Vertex v = getGraph()。getRawTraversal()。V()。has(“testkey”,P.eq(“testvalue”))。next();

我的主要参考是orientdb-gremlin单元测试:

https://github.com/orientechnologies/orientdb-gremlin/blob/58e604b1b5f5d26e545f7a4beb9640b8a342d822/driver/src/test/java/org/apache/tinkerpop/gremlin/orientdb/OrientGraphIndexTest.java#L157

主doc尚未包含对索引用法的任何引用。 (可能因为3.x尚未发布)

https://orientdb.com/docs/3.0.x/tinkerpop3/OrientDB-TinkerPop3.html

0 个答案:

没有答案