[api] regenerate

This commit is contained in:
spalger
2016-11-21 15:07:37 -07:00
parent 97706ce5fd
commit d6c52196ba
18 changed files with 18 additions and 1 deletions

View File

@ -1632,7 +1632,7 @@ client.search({
if (response.hits.total > allTitles.length) {
// ask elasticsearch for the next set of hits from this search
client.scroll({
scrollId: response.scroll_id,
scrollId: response._scroll_id,
scroll: '30s'
}, getMoreUntilDone);
} else {