fix missing _doc type from geo-shape doc test (#57556)

This commit is contained in:
Tal Levy 2020-06-02 13:44:08 -07:00 committed by GitHub
parent dc12a687be
commit d638ecda68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ GET /example_points/_search
"hits" : [
{
"_index" : "example_points",
"_type" : "_doc",
"_id" : "1",
"_score" : 1.0,
"_source" : {