mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 09:54:06 -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" : {
|
||||
"terms" : {
|
||||
"script" : {
|
||||
"inline": "doc['genre'].value"
|
||||
"inline": "doc['genre'].value",
|
||||
"lang": "painless"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue