7.1.0 • Published 2 years ago

@ersinfotech/es-indexer v7.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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)
7.1.0

2 years ago

7.0.0

3 years ago

6.0.0

3 years ago

5.0.0

5 years ago

4.1.0

7 years ago

4.0.0

8 years ago

3.0.0

8 years ago

2.0.0

8 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago