8.0.0 • Published 9 months ago

@ersinfotech/es-indexer v8.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

es-indexer

索引提交框架

Props

{
  es: {
    baseUrl: 'http://localhost:9200',
    index: 'facebook',
    type: 'feed'
  },
  maxIdPath: __dirname + '/../maxid',
  initMaxId: 0,
  getMaxId: function(results) {
    return _.last(results).id;
  },
  getDataAsync: function(maxId) {
    return Promise.resolve([]);
  }
}

Method

setMaxId(maxId)
8.0.0

9 months ago

7.1.0

3 years ago

7.0.0

4 years ago

6.0.0

5 years ago

5.0.0

7 years ago

4.1.0

9 years ago

4.0.0

9 years ago

3.0.0

9 years ago

2.0.0

9 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago