Skip to content

Instantly share code, notes, and snippets.

@yask123
Created October 30, 2015 12:01
Show Gist options
  • Select an option

  • Save yask123/13fcd03e1bd6602b2893 to your computer and use it in GitHub Desktop.

Select an option

Save yask123/13fcd03e1bd6602b2893 to your computer and use it in GitHub Desktop.
appbase.searchStream({
type: 'people71',
body: {
"from" : 0, "size" : 1000,
query: {
match_all: {}
}
}
}).on('data', function(response) {
console.log('test');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment