Spring Data MongoDB:索引地图的键

时间:2019-07-12 14:01:26

标签: mongodb indexing spring-data

我说我有

data class Social(
    // Index on UserId ???
    val relations: Map<UserId, Relation>
)

data class Relation(
    // data of the relation
)

是否可以在地图的按键上添加索引?

0 个答案:

没有答案