diff --git a/Classes/Command/IndexCommand.php b/Classes/Command/IndexCommand.php index 0ff1c51..d9e7fcc 100644 --- a/Classes/Command/IndexCommand.php +++ b/Classes/Command/IndexCommand.php @@ -649,6 +649,7 @@ protected function commitIndices() { $this->io->progressStart(count($index)); foreach ($index as $document) { + $document['type'] = $name; $this->io->progressAdvance(); $params['body'][] = [ 'index' => [