Docs: Fix typo in field name in aggregations (#34223)
This commit is contained in:
parent
5183ea3d68
commit
13af5d5d7f
|
@ -615,7 +615,7 @@ GET /_search
|
|||
"aggs" : {
|
||||
"genres" : {
|
||||
"terms" : {
|
||||
"field" : "gender",
|
||||
"field" : "genre",
|
||||
"script" : {
|
||||
"source" : "'Genre: ' +_value",
|
||||
"lang" : "painless"
|
||||
|
|
Loading…
Reference in New Issue