Closed tavolate closed 7 years ago
It is possible in the "legacy" index, which this module is using.
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?
yes, please see https://github.com/graphaware/neo4j-uuid/issues/3
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