1.0.0 • Published 8 years ago

@ersinfotech/mongo-indexer v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

mongo-indexer

mongo提交框架

Props

{
  Model: mongo.model('news', new mongoose.Schema({}, {strict: false, _id: false})),
  maxIdPath: __dirname + '/../maxid',
  initMaxId: 0,
  getMaxId: function(results) {
    return _.last(results).id;
  },
  getDataAsync: function(maxId) {
    return Promise.resolve([]);
  }
}

Method

setMaxId(maxId)
1.0.0

8 years ago