From f6feac143727ee2be3b02dde937bbf1ad6a866aa Mon Sep 17 00:00:00 2001 From: Danny Graham Date: Tue, 24 Nov 2015 18:23:17 -0800 Subject: [PATCH] updated extensions docs to add deleteByQuery extension; compliments ES Delete-by-query plugin --- docs/extensions.asciidoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/extensions.asciidoc b/docs/extensions.asciidoc index 16840d15f..cf3abf2c8 100644 --- a/docs/extensions.asciidoc +++ b/docs/extensions.asciidoc @@ -14,3 +14,8 @@ http-aws-es is available on https://www.npmjs.com/package/http-aws-es[npm]. This module provides a `scrollToEnd` function which allows for processing each batch while scrolling search results. elasticsearch-scrolltoend is available on https://www.npmjs.com/package/elasticsearch-scrolltoend[npm]. + +=== elasticsearch-deletebyquery +This module provides the `deleteByQuery` method which was removed from the core API in ES 2.0.0. For those with the [Delete-by-query](https://www.elastic.co/guide/en/elasticsearch/plugins/2.0/plugins-delete-by-query.html) installed, this will bring back that feature to your Elasticsearch-js client. + +elasticsearch-deletebyquery is available on https://www.npmjs.com/package/elasticsearch-deletebyquery[npm].