mongodb杂记
Posted rookietoboss
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mongodb杂记相关的知识,希望对你有一定的参考价值。
@NotNull @Indexed(unique=true) private String content;
对bean中内容属性content建立索引
mongodb 对字段中有超过 1024 字节的不会建立索引,但是可以使用text 索引或者hashed 索引来实现。
以上是关于mongodb杂记的主要内容,如果未能解决你的问题,请参考以下文章
五.MongoDB入门-SpringData操作MongoDB