Skip to content

Commit

Permalink
Remove _type from docs entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
gwbrown committed Jan 29, 2019
1 parent 6fcccd9 commit acc857f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/reference/ingest/apis/simulate-pipeline.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ POST _ingest/pipeline/_simulate?verbose
},
{
"_index": "index",
"_type": "_type",
"_id": "id",
"_source": {
"foo": "rab"
Expand Down Expand Up @@ -215,7 +214,6 @@ Response:
"doc": {
"_id": "id",
"_index": "index",
"_type": "_type",
"_source": {
"field2": "_value2",
"foo": "rab"
Expand All @@ -229,7 +227,6 @@ Response:
"doc": {
"_id": "id",
"_index": "index",
"_type": "_type",
"_source": {
"field3": "_value3",
"field2": "_value2",
Expand Down

0 comments on commit acc857f

Please sign in to comment.