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" : [
|
||||
{
|
||||
"_index" : "example_points",
|
||||
"_type" : "_doc",
|
||||
"_id" : "1",
|
||||
"_score" : 1.0,
|
||||
"_source" : {
|
||||
|
|
Loading…
Reference in New Issue