Skip to content

Instantly share code, notes, and snippets.

@yask123
Created October 30, 2015 11:57
Show Gist options
  • Select an option

  • Save yask123/4b8ad66101009bc7b5fe to your computer and use it in GitHub Desktop.

Select an option

Save yask123/4b8ad66101009bc7b5fe to your computer and use it in GitHub Desktop.
appbase.index({
type: 'people71',
body: jsonObject
}).on('data', function(response) {
console.log(response);
}).on('error', function(error) {
console.log(error);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment