Skip to content

Instantly share code, notes, and snippets.

@yask123
Created October 30, 2015 11:58
Show Gist options
  • Save yask123/191c79311854d000799c to your computer and use it in GitHub Desktop.
Save yask123/191c79311854d000799c 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