문제

I have a super node situation in my graph and I am trying to query edges of a particular vertex. I can see that titan supports vertex centric indices however, the Wiki documentation has the groovy code and I cannot find any method as sortKey(). I can see signature() method though. Could anyone please help me with this?

도움이 되었습니까?

해결책

You don't mention what version of Titan you are using. The wiki docs for Type Definitions is up to date with Titan 0.4.1. There were extensive changes to the type system API between Titan 0.3.x and 0.4.x.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top