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

View File

@ -87,6 +87,7 @@ api.clearScroll = ca({
} }
} }
}, },
paramAsBody: 'scrollId',
method: 'DELETE' method: 'DELETE'
}); });

View File

@ -624,6 +624,7 @@ api.clearScroll = ca({
fmt: '/_search/scroll' fmt: '/_search/scroll'
} }
], ],
paramAsBody: 'scrollId',
method: 'DELETE' method: 'DELETE'
}); });

View File

@ -656,6 +656,7 @@ api.clearScroll = ca({
fmt: '/_search/scroll' fmt: '/_search/scroll'
} }
], ],
paramAsBody: 'scrollId',
method: 'DELETE' method: 'DELETE'
}); });

View File

@ -716,6 +716,7 @@ api.clearScroll = ca({
fmt: '/_search/scroll' fmt: '/_search/scroll'
} }
], ],
paramAsBody: 'scrollId',
method: 'DELETE' method: 'DELETE'
}); });

View File

@ -754,6 +754,7 @@ api.clearScroll = ca({
fmt: '/_search/scroll' fmt: '/_search/scroll'
} }
], ],
paramAsBody: 'scrollId',
method: 'DELETE' method: 'DELETE'
}); });

View File

@ -754,6 +754,7 @@ api.clearScroll = ca({
fmt: '/_search/scroll' fmt: '/_search/scroll'
} }
], ],
paramAsBody: 'scrollId',
method: 'DELETE' method: 'DELETE'
}); });

View File

@ -754,6 +754,7 @@ api.clearScroll = ca({
fmt: '/_search/scroll' fmt: '/_search/scroll'
} }
], ],
paramAsBody: 'scrollId',
method: 'DELETE' method: 'DELETE'
}); });

View File

@ -763,6 +763,7 @@ api.clearScroll = ca({
fmt: '/_search/scroll' fmt: '/_search/scroll'
} }
], ],
paramAsBody: 'scrollId',
method: 'DELETE' method: 'DELETE'
}); });

View File

@ -763,6 +763,7 @@ api.clearScroll = ca({
fmt: '/_search/scroll' fmt: '/_search/scroll'
} }
], ],
paramAsBody: 'scrollId',
method: 'DELETE' method: 'DELETE'
}); });

View File

@ -794,6 +794,7 @@ api.clearScroll = ca({
fmt: '/_search/scroll' fmt: '/_search/scroll'
} }
], ],
paramAsBody: 'scrollId',
method: 'DELETE' method: 'DELETE'
}); });

View File

@ -869,6 +869,7 @@ api.clearScroll = ca({
fmt: '/_search/scroll' fmt: '/_search/scroll'
} }
], ],
paramAsBody: 'scrollId',
method: 'DELETE' method: 'DELETE'
}); });

View File

@ -875,6 +875,7 @@ api.clearScroll = ca({
fmt: '/_search/scroll' fmt: '/_search/scroll'
} }
], ],
paramAsBody: 'scrollId',
method: 'DELETE' method: 'DELETE'
}); });

View File

@ -875,6 +875,7 @@ api.clearScroll = ca({
fmt: '/_search/scroll' fmt: '/_search/scroll'
} }
], ],
paramAsBody: 'scrollId',
method: 'DELETE' method: 'DELETE'
}); });

View File

@ -875,6 +875,7 @@ api.clearScroll = ca({
fmt: '/_search/scroll' fmt: '/_search/scroll'
} }
], ],
paramAsBody: 'scrollId',
method: 'DELETE' method: 'DELETE'
}); });

View File

@ -1075,6 +1075,7 @@ api.clearScroll = ca({
fmt: '/_search/scroll' fmt: '/_search/scroll'
} }
], ],
paramAsBody: 'scrollId',
method: 'DELETE' method: 'DELETE'
}); });

View File

@ -1206,6 +1206,7 @@ api.clearScroll = ca({
fmt: '/_search/scroll' fmt: '/_search/scroll'
} }
], ],
paramAsBody: 'scrollId',
method: 'DELETE' method: 'DELETE'
}); });

View File

@ -1206,6 +1206,7 @@ api.clearScroll = ca({
fmt: '/_search/scroll' fmt: '/_search/scroll'
} }
], ],
paramAsBody: 'scrollId',
method: 'DELETE' method: 'DELETE'
}); });