当我使用对象开始批量加载过程BatchGraph
并TitanGraph
创建顶点时,我会收到烦人的信息消息:
73482 [de...TitanBootstrapper.main()] INFO com.thinkaurelius.titan.graphdb.transaction.StandardTitanTx - Provided vertex id [1425751377740] is ignored because vertex id setting is not enabled
我不需要顶点 ID,因为我已经索引了顶点属性来识别某个顶点。不幸的是,如果我提供顶点 ID 并且不接受值,BatchGraph
则只接受调用。有没有办法避免这些消息?addVertex
null