标签:索引 index unique pre 超过 bean class 内容 span
@NotNull @Indexed(unique=true) private String content;
对bean中内容属性content建立索引
mongodb 对字段中有超过 1024 字节的不会建立索引,但是可以使用text 索引或者hashed 索引来实现。
标签:索引 index unique pre 超过 bean class 内容 span
原文地址:https://www.cnblogs.com/rookietoboss/p/11153059.html