草庐IT

ensurIndex

全部标签

node.js - MongoDB ensurIndex 和 createIndex 使用 nodeJS?

我无法为profile创建索引:varuser=newSchema({profile:"String",fullname:"String"})user.statics.createIndexOfProfile=function(callback){this.ensureIndex("profile",function(err,doc){if(err){console.log(err+'sna');callback(err);}else{console.log(doc+'santhosh');callback(null,doc);}});我收到类似this.ensureIndexisno