Trong bộ sưu tập của tôi, chỉ có một tài liệu.
> db.c20160712.find()
{ "_id" : ObjectId("57ab909791c3b3a393e9e277"), "Dimension_id" : 2, "Attribute" : "good", "Hour" : "20160712_06", "Frequency_count" : 100
Tôi muốn chạy updateOne
để thay thế tài liệu bằng một tài liệu khác. Nhưng tại sao lại có Error: the update operation document must contain atomic operators
?
> db.c20160712.updateOne( { "Attribute" : "good"}, {"Type" : "DVD", "Title" : "Matrix, The", "Released" : 1999, "Genre" : "Action"}, { upsert: true} )
2016-08-10T16:37:57.089-0400 E QUERY [thread1] Error: the update operation document must contain atomic operators :
DBCollection.prototype.updateOne@src/mongo/shell/crud_api.js:493:1
@(shell):1:1
Đối số thứ hai và thứ ba trong lệnh trên đến từ một ví dụ trong Hướng dẫn dứt khoát cho MongoDB: Hướng dẫn đầy đủ để xử lý Dữ liệu lớn ... Bởi Eelco Plugge, David Hows, Peter Membrey, Tim Hawkins
MongoDB của tôi là 3.2.