Skip to content

Instantly share code, notes, and snippets.

@georgebearden
Created October 2, 2018 17:09
Show Gist options
  • Select an option

  • Save georgebearden/d6630ad0ccd45d7b467b9112d0d76c2c to your computer and use it in GitHub Desktop.

Select an option

Save georgebearden/d6630ad0ccd45d7b467b9112d0d76c2c to your computer and use it in GitHub Desktop.
this.dataProvider.get().subscribe(
async next => {
let document = {...}
const response = await this.es.index(document)
},
error => { reject(error) },
() => { resolve(this.stats.indexCount) })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment