Dear,
Unique index type in SDN is not working for me. Just wanted to check if it is a known issue?
I am using latest SDN and Neo4j1.7 stable version.
Here is my index configuration,
@Indexed(indexName="dummy", indexType=IndexType.UNIQUE)
String dummy;
Whereas other indexes are working pretty fine.
Thanks,
Abdul