正确索引 SDN 5 动态 @Properties 很热门?
以下财产声明是否有效:
@Index(unique = false)
@Properties(prefix = NAME_PROPERTY_PREFIX)
private Map<String, String> nameProperties = new HashMap<>();
地图内的所有属性键nameProperties
都会被单独索引吗?请描述。
正确索引 SDN 5 动态 @Properties 很热门?
以下财产声明是否有效:
@Index(unique = false)
@Properties(prefix = NAME_PROPERTY_PREFIX)
private Map<String, String> nameProperties = new HashMap<>();
地图内的所有属性键nameProperties
都会被单独索引吗?请描述。