ramv / node-elastical

Node.js client for the ElasticSearch REST API.
MIT License
105 stars 19 forks source link

Add support for Partial Updates #27

Open maruf89 opened 10 years ago

maruf89 commented 10 years ago

Following the syntax they use here by setting an existing id and wrapping the change in a {"doc": { ... }} object just replaces the existing document with a doc object now