Skip to content

Commit 03a3662

Browse files
committed
TASK: Adjust delete query to work with ES v6 and v7
1 parent 18b0e41 commit 03a3662

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Classes/Driver/Version6/DocumentDriver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public function delete(NodeInterface $node, string $identifier): array
3737
return [
3838
[
3939
'delete' => [
40+
'_type' =>'_doc',
4041
'_id' => $identifier
4142
]
4243
]

0 commit comments

Comments
 (0)