graphaware / neo4j-uuid

GraphAware Runtime Module that assigns a UUID to all nodes (and relationships) in the graph transparently
103 stars 22 forks source link

Relationship index #33

Closed tavolate closed 7 years ago

tavolate commented 7 years ago

What do you mean with relationship index?

com.graphaware.module.UIDM.uuidRelationshipIndex=uuidRelIndex

I read that it is not possible to index a relationship property in neo4j

bachmanm commented 7 years ago

It is possible in the "legacy" index, which this module is using.

tavolate commented 7 years ago

ok, thank you. When I create a node the assigned uuid it is not just returned. I have to make a new call.

CREATE (a:Node) RETURN a

The returned a is without uuid

MATCH (a:Node) RETURN a

The returned a has the uuid

Is it normal?

bachmanm commented 7 years ago

yes, please see https://github.com/graphaware/neo4j-uuid/issues/3