remove _doc prefix in docs
This commit is contained in:
parent
2472682005
commit
6cd946f75f
1 changed files with 0 additions and 7 deletions
|
@ -36,7 +36,6 @@ defmodule Elasticsearch do
|
|||
"_primary_term" => 1,
|
||||
"_seq_no" => 0,
|
||||
"_shards" => %{"failed" => 0, "successful" => 1, "total" => 2},
|
||||
"_type" => "_doc",
|
||||
"_version" => 1,
|
||||
"result" => "created"
|
||||
}}
|
||||
|
@ -66,7 +65,6 @@ defmodule Elasticsearch do
|
|||
# => "_primary_term" => 1,
|
||||
# => "_seq_no" => 0,
|
||||
# => "_shards" => %{"failed" => 0, "successful" => 1, "total" => 2},
|
||||
# => "_type" => "_doc",
|
||||
# => "_version" => 1,
|
||||
# => "result" => "created"
|
||||
# => }}
|
||||
|
@ -90,7 +88,6 @@ defmodule Elasticsearch do
|
|||
"_primary_term" => 1,
|
||||
"_seq_no" => 0,
|
||||
"_shards" => %{"failed" => 0, "successful" => 1, "total" => 2},
|
||||
"_type" => "_doc",
|
||||
"_version" => 1,
|
||||
"result" => "created"
|
||||
}
|
||||
|
@ -118,7 +115,6 @@ defmodule Elasticsearch do
|
|||
"_primary_term" => 1,
|
||||
"_seq_no" => 1,
|
||||
"_shards" => %{"failed" => 0, "successful" => 1, "total" => 2},
|
||||
"_type" => "_doc",
|
||||
"_version" => 2,
|
||||
"result" => "deleted"
|
||||
}}
|
||||
|
@ -143,7 +139,6 @@ defmodule Elasticsearch do
|
|||
"_primary_term" => 1,
|
||||
"_seq_no" => 1,
|
||||
"_shards" => %{"failed" => 0, "successful" => 1, "total" => 2},
|
||||
"_type" => "_doc",
|
||||
"_version" => 2,
|
||||
"result" => "deleted"
|
||||
}
|
||||
|
@ -269,7 +264,6 @@ defmodule Elasticsearch do
|
|||
"_primary_term" => 1,
|
||||
"_seq_no" => 0,
|
||||
"_shards" => %{"failed" => 0, "successful" => 1, "total" => 2},
|
||||
"_type" => "_doc",
|
||||
"_version" => 1,
|
||||
"result" => "created"
|
||||
}}
|
||||
|
@ -304,7 +298,6 @@ defmodule Elasticsearch do
|
|||
"_primary_term" => 1,
|
||||
"_seq_no" => 0,
|
||||
"_shards" => %{"failed" => 0, "successful" => 1, "total" => 2},
|
||||
"_type" => "_doc",
|
||||
"_version" => 1,
|
||||
"result" => "created"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue