Fixed typo in search for wrong type (#28645)
This commit is contained in:
parent
ea381969be
commit
54a9249992
|
@ -93,7 +93,7 @@ GET /tweets/_search
|
|||
"terms" : {
|
||||
"user" : {
|
||||
"index" : "users",
|
||||
"type" : "user",
|
||||
"type" : "_doc",
|
||||
"id" : "2",
|
||||
"path" : "followers"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue