mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 02:13:33 -04:00
[docs] missing a comma in the terms aggregation example
This commit is contained in:
parent
a449b8aca1
commit
d97b3fd817
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ Generating the terms using a script:
|
||||||
"genres" : {
|
"genres" : {
|
||||||
"terms" : {
|
"terms" : {
|
||||||
"script" : {
|
"script" : {
|
||||||
"inline": "doc['genre'].value"
|
"inline": "doc['genre'].value",
|
||||||
"lang": "painless"
|
"lang": "painless"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue