toystars / node-elasticsearch-sync

ElasticSearch and MongoDB sync module for node
MIT License
17 stars 11 forks source link

Update util.js #6

Closed andymcollins closed 8 years ago

andymcollins commented 8 years ago

convert id field to a string when updating or deleting, also convert any dotted field names to nested JSON object which i believe is no longer supported in elastic search ie( {"details.id" :"1234"} will be converted to {"Details" :{"id" :"1234"}} ). This is done by adding the npm module DataObject-parser.