godong9 / solr-node

Simple Solr Node Client Project.
MIT License
25 stars 25 forks source link

proposal to modify update method in client.js #86

Open lvenier opened 5 years ago

lvenier commented 5 years ago

proposal to move from solr command json to json. It allows to use set and add in the request (Atomic update). Example : { id:"e7695ac3-9792-4efd-b445-1b61bad0bb1e", title: { "set": "StarWars" } }

@godong9 : opinion ?