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" : {
|
"aggs" : {
|
||||||
"genres" : {
|
"genres" : {
|
||||||
"terms" : {
|
"terms" : {
|
||||||
"field" : "gender",
|
"field" : "genre",
|
||||||
"script" : {
|
"script" : {
|
||||||
"source" : "'Genre: ' +_value",
|
"source" : "'Genre: ' +_value",
|
||||||
"lang" : "painless"
|
"lang" : "painless"
|
||||||
|
|
Loading…
Reference in New Issue