regenerate docs after applying 5fc844b7c5

This commit is contained in:
spalger
2015-09-14 07:56:41 -04:00
parent ac56e8efab
commit 2c4df236c5
11 changed files with 22 additions and 2 deletions

View File

@ -8,6 +8,7 @@ client.search({
index: 'myindex',
// Set to 30 seconds because we are calling right back
scroll: '30s',
search_type: 'scan',
fields: ['title'],
q: 'title:test'
}, function getMoreUntilDone(error, response) {
@ -26,4 +27,4 @@ client.search({
console.log('every "test" title', allTitles);
}
});
---------
---------