码迷,mamicode.com
首页 > 数据库 > 详细

mongodb杂记

时间:2019-07-08 19:34:12      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:索引   index   unique   pre   超过   bean   class   内容   span   

    @NotNull
    @Indexed(unique=true)
    private  String content;

对bean中内容属性content建立索引

mongodb 对字段中有超过 1024 字节的不会建立索引,但是可以使用text 索引或者hashed 索引来实现。

mongodb杂记

标签:索引   index   unique   pre   超过   bean   class   内容   span   

原文地址:https://www.cnblogs.com/rookietoboss/p/11153059.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!