如何使字段唯一,而不是在MongoDB中使用唯一索引?

时间:2018-02-27 03:40:50

标签: mongodb spring-boot mongodb-query spring-data-mongodb

我正在使用MongoDB Spring Boot。我看到了以下选项:

@Indexed(unique=true)

这意味着该字段既有索引又有唯一性,我们可以使其唯一。

我的意思是我的情况很独特就够了,我不想索引那个字段,我们可以实现吗?

0 个答案:

没有答案