There were problems when any (rss)scraper tried inserting documents. The current fix tries to find the first matching doctype key in the order doctype, _source.doctype, _type or failing those unknown (with logger warning). In addition, new documents are inserted through their _source content (for instance when imported from other Elasticsearch instances or failing that raw.
There were problems when any (rss)scraper tried inserting documents. The current fix tries to find the first matching doctype key in the order
doctype
,_source.doctype
,_type
or failing thoseunknown
(with logger warning). In addition, new documents are inserted through their_source
content (for instance when imported from other Elasticsearch instances or failing that raw.