How can I get a list of indexed keys in Titan?
问题 I am using Titan v0.3.1 and would like to see a list of which keys I have already indexed via createKeyIndex . How can I do this? 回答1: As you found for yourself you can use the Blueprints getIndexedKeys(Vertex.class) method for this, however the Titan type system has a lot more to offer than createKeyIndex . The longer you work with Titan the more you will want to learn about the Type Maker system: https://github.com/thinkaurelius/titan/wiki/Type-Definition-Overview In that case the types