Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Remove references to type deprecated in ES7
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-malkoun authored and vincent-gao committed Sep 14, 2021
1 parent 2f1ff4f commit ccedb1d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public static function bulkDelete(IndexInterface $index, array $ids) {
$params['body'][] = [
'delete' => [
'_index' => $params['index'],
'_type' => $params['type'],
'_id' => $id,
],
];
Expand Down
1 change: 0 additions & 1 deletion tests/behat/features/search.feature
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ Feature: Ensure Search API on Bay Elasticsearch work.
And the JSON node "hits" should exist
And the JSON node "hits.hits" should exist
And the JSON node "hits.hits[0]._index" should be equal to "elasticsearch_index_drupal_node"
And the JSON node "hits.hits[0]._type" should be equal to "node"
And the JSON node "hits.hits[0]._source" should exist
And the JSON node "hits.hits[0]._source.title[0]" should be equal to "TESTTITLEPUBLISHED"
And the JSON node "hits.hits[0]._source.body[0]" should be equal to "TESTBODY"
Expand Down

0 comments on commit ccedb1d

Please sign in to comment.