[DOCS] Replace twitter dataset in search/agg docs (#60667)

This commit is contained in:
James Rodewig 2020-08-04 13:31:52 -04:00 committed by GitHub
parent bfc62a419e
commit a4dc336c16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 683 additions and 870 deletions

View file

@ -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