Fixed typo in search for wrong type (#28645)

This commit is contained in:
Andrew Anderson 2018-02-13 02:47:01 -05:00 committed by GitHub
parent ea381969be
commit 54a9249992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ GET /tweets/_search
"terms" : {
"user" : {
"index" : "users",
"type" : "user",
"type" : "_doc",
"id" : "2",
"path" : "followers"
}