Closed robertknight closed 2 weeks ago
In BatchIndexer.delete, omit the _type field from the action payload under ES 7, to match BatchIndexer._prepare.
BatchIndexer.delete
_type
BatchIndexer._prepare
For context, see notes in commit 63f042c76477eac65bb7b7c28f16b6e924961f4b.
In
BatchIndexer.delete
, omit the_type
field from the action payload under ES 7, to matchBatchIndexer._prepare
.For context, see notes in commit 63f042c76477eac65bb7b7c28f16b6e924961f4b.