fix missing _doc type from geo-shape doc test (#57556)
This commit is contained in:
parent
dc12a687be
commit
d638ecda68
|
@ -148,6 +148,7 @@ GET /example_points/_search
|
||||||
"hits" : [
|
"hits" : [
|
||||||
{
|
{
|
||||||
"_index" : "example_points",
|
"_index" : "example_points",
|
||||||
|
"_type" : "_doc",
|
||||||
"_id" : "1",
|
"_id" : "1",
|
||||||
"_score" : 1.0,
|
"_score" : 1.0,
|
||||||
"_source" : {
|
"_source" : {
|
||||||
|
|
Loading…
Reference in New Issue