-
Bug
-
Resolution: Done
-
Blocker
-
4.0.0.Alpha4
-
None
The index kind attribute is defined in the JSON schema as an enumeration "unique","value","enumerated","text","nodetype" using lowercase letters.
However, when the configuration is parsed & a repository starts up, this is translated as-is to a IndexDefinition$IndexKind enum via valueOf, which will always fail ATM.