Skip to content

Commit

Permalink
EsArchiver: don't use _types
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolf committed Mar 18, 2021
1 parent 81b588d commit daf57e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export function createIndexDocRecordsStream(
ops.set(body, {
[operation]: {
_index: doc.index,
_type: doc.type,
_id: doc.id,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
},
"type": "space",
"updated_at": "2017-09-21T18:49:16.270Z"
},
"type": "doc"
}
}
}

Expand All @@ -28,8 +27,7 @@
},
"type": "space",
"updated_at": "2017-09-21T18:49:16.270Z"
},
"type": "doc"
}
}
}

Expand Down

0 comments on commit daf57e2

Please sign in to comment.