mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
[DOCS] Replace twitter
dataset in search/agg docs (#60667)
This commit is contained in:
parent
bfc62a419e
commit
a4dc336c16
31 changed files with 683 additions and 870 deletions
|
@ -116,7 +116,7 @@ Short form:
|
|||
|
||||
[source,js]
|
||||
----------------------
|
||||
"script": "ctx._source.likes++"
|
||||
"script": "ctx._source.my-int++"
|
||||
----------------------
|
||||
// NOTCONSOLE
|
||||
|
||||
|
@ -125,7 +125,7 @@ The same script in the normal form:
|
|||
[source,js]
|
||||
----------------------
|
||||
"script": {
|
||||
"source": "ctx._source.likes++"
|
||||
"source": "ctx._source.my-int++"
|
||||
}
|
||||
----------------------
|
||||
// NOTCONSOLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue