SteelBridgeLabs / neo4j-gremlin-bolt

Apache License 2.0
0 stars 1 forks source link

IdProvinder should support not only from the property #39

Closed caivega closed 7 years ago

caivega commented 7 years ago

In Neo4j bold library, the returned Node, org.neo4j.driver.internal.InternalNode has it's id which wasn't in the properties, should have a provider which has a interface like,

T processIdentifier(Vertex node);

I just gremlin traversal the neo4j database.

rjbaucells commented 7 years ago

Yes, it is possible to have a provider that uses the native id supplied by the database. I will add it as a feature request for next versions

rjbaucells commented 7 years ago

This enhancement has been completed, use version 0.2.10.