updated to the latest API, which moves the experimental benchmark API (in the unreleased API versions master and 1.x) and includes a new indices.updateAliases example. Closes #83
This commit is contained in:
@ -646,14 +646,19 @@ api.cat.prototype.threadPool = ca({
|
||||
* @param {String, String[], Boolean} params.scrollId - A comma-separated list of scroll IDs to clear
|
||||
*/
|
||||
api.clearScroll = ca({
|
||||
url: {
|
||||
fmt: '/_search/scroll/<%=scrollId%>',
|
||||
req: {
|
||||
scrollId: {
|
||||
type: 'list'
|
||||
urls: [
|
||||
{
|
||||
fmt: '/_search/scroll/<%=scrollId%>',
|
||||
req: {
|
||||
scrollId: {
|
||||
type: 'list'
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
fmt: '/_search/scroll'
|
||||
}
|
||||
},
|
||||
],
|
||||
method: 'DELETE'
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user