| A couple of questions/observations:
- In neo4j is not possible to specify the name of the index, should we log a warning, throw an exception or ignore it when @Index(name = "somethiing") is used? I think a warning should be enough
- I guess we should use a constraint instead when @Index(unique=true) is used (or test that an idex is created at least)
|