TitanDB - Build a property index in descending order by timestamp
问题 TitanDB 1.0.0 (on top of DynamoDB) Gremlin 3 I've got a set of vertices with a label a . I have a property of type long on those vertices which corresponds to the time in milliseconds from 1970 UTC (timestamp of when the vertex was created.) When I pull back those vertices I want to be able to pull them back in decsending order. How can I create an index on that property in the decr order in Titan Management System ? Documentation seems vague on that. Closest thing I found is public