Hot to properly index SDN 5 dynamic @Properties?
Will the following property declaration work:
@Index(unique = false)
@Properties(prefix = NAME_PROPERTY_PREFIX)
private Map<String, String> nameProperties = new HashMap<>();
will all properties keys inside of nameProperties
map be indexed separately? Please describe.