Ebay API – How to avoid inserting a duplicate document to ElasticSearch
I'm scraping a large set of items using node.js/request and mapping the fields to ElasticSearch documents. The original documents have an ID field which never changes: { id: 123456 } Periodically, I'd like to "refresh" and see which original items…