According to official SDN4 documentation - In Spring Data Neo4j 4, index management concerns were removed from the mapping framework entirely
.
So how about indexes for @GraphId
? Is it also out of scope in SDN4 and indexes for fields annotated with @GraphId
have to be also created manually ?