GithubHelp home page GithubHelp logo

elasticsearch-deletebyquery's People

Contributors

dermidgen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

chistaesse

elasticsearch-deletebyquery's Issues

The parameter [fields] is no longer supported

Running on Elastic 5+, deleteByQuery fails with:

{ Error: [illegal_argument_exception] The parameter [fields] is no longer supported, please use [stored_fields] to retrieve stored fields or _source filtering if the field is not stored

The fix for this is very simple, just change app.js line 14 from:

fields: ['id']

to

stored_fields: ['id']

When es upgrade to 2.x, you need to install plug-ins can use this module ?

First of all thank you for this open source module

I use this plugin on es1.5.0, npm install this module can be used directly.

But after I upgrade to es2.3.4 , will perform the same js error, then google it, in stackoverflow someone says you need to install the plugin.

/plugin install delete-by-query

Also in this module in the readme sentence:
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 installed, this will bring back that feature to your Elasticsearch-js client.

After 2.x, use this module you need to install es the plugin, it should be this way?

I propose to add a hint to the readme~

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.